I have a binary file that contains a 64 bit Integer field. I want to get use this value in a Perl program. Normally I use unpack to translate binary file data into perl variables, but can't figure out how to do this conversion.
Can anyone help me out? Are there any CPAN modules that help with this?