March 01, 2005
pack/unpack detailed intro (link)
http://perlmonks.thepen.com/224666.html
Perl's pack and unpack functions allow us to read and write buffers of data according to a template string. The template string allows us to indicate specific byte orderings and word sizes or use the local system's default sizes and ordering. This gives us a great deal of flexibility when dealing with external programs.