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

davorg's Data Munging with Perl also has some examples of using pack and unpack to store and retrieve data

TStanley
--------
The only thing necessary for the triumph of evil is for good men to do nothing -- Edmund Burke
  • Comment on Re^2: Is there a "pack() and unpack() for dummies"?

Replies are listed 'Best First'.
Re^3: Is there a "pack() and unpack() for dummies"?
by Cap'n Steve (Friar) on Dec 01, 2004 at 06:37 UTC
    Excellent suggestions. It's good to see that I'm not alone in my shame. Hopefully others will be able to find this thread and have an easier time searching than I did. Thanks.