in reply to Reading Binary files in Perl
You will probably need open, binmode, read and unpack.
If you don't get along well with pack and unpack, I can highly recommend perlpacktut, which is a gentle introduction to using those two functions.