Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^5: unpacking unsigned long longs

by ikegami (Patriarch)
on Jul 06, 2009 at 17:23 UTC ( [id://777603]=note: print w/replies, xml ) Need Help??


in reply to Re^4: unpacking unsigned long longs
in thread unpacking unsigned long longs

Sorry. Like mine, your Perl uses 32-bit integers (8 bits/byte * 4 byte = 32 bits). It can't hold a 64-bit number (64 bits / 8 bits/byte = 8 bytes) unless you use something like Math::BigInt. You won't be able to use unpack 'Q'.

Tell me which cell of my table you want, and I'll provide some code to do the same thing.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://777603]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-20 02:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found