Hi all ,
How do i unpack long long type which it has 8 bytes .
I tried unpack ("l8",$val)
but I always get 0 or just spaces

When i try unpack("l4",substr($val,4)) - i'm getting the rcorrect
value but for a little numbers .

Please help me , it makes me crazy

Golan


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to