
davezx
New User
Feb 3, 2011, 4:54 PM
Post #1 of 2
(1577 views)
|
|
unpack incompatability in version 5.8.8
|
Can't Post
|
|
I downloaded a perl program from someone, but perl 5.8.8 didn't support this statement: my ($cl,$h,$l,$o,$v,$t) = unpack("x$off f> f> f> f> f> H16", $data); The error returned was: Invalid type '>' in unpack at pricehist.pl line 77. Is there another to accomplish this statement with an earlier version of perl. I don't want to upgrade because I have hundreds of scripts that I'm afraid may not be compatable. Thanks in advance! David
|