![]() |
packing and unpacking problem
Hi,
I want to get output as 0x23400000345....in the below example how to get??..i tried out the following but unable to get the anser .... please help... $r=0x234; $t=0x345; $y=pack('L L',$t,$r); $x1=unpack('L!',pack('P',$y)); printf("\nThe value is $x1"); |
Re: packing and unpacking problem
I workout with your program but its not giving constant output.
each time it giving different output. |
Re: packing and unpacking problem
Code:
use bigint; |
| All times are GMT +5.5. The time now is 19:56. |