in reply to Is there a "pack() and unpack() for dummies"?

perlpacktut

"pack and unpack are two functions for transforming data according to a user-defined template, between the guarded way Perl stores values and some well-defined representation as might be required in the environment of a Perl program. Unfortunately, they're also two of the most misunderstood and most often overlooked functions that Perl provides. This tutorial will demystify them for you."
  • Comment on Re: Is there a "pack() and unpack() for dummies"?