in reply to Caching a hash?

Have you looked at Data::Dumper ? Not sure if it'll be on your system or not, but it will pretty much do what you want.

Replies are listed 'Best First'.
Re^2: Caching a hash?
by friedo (Prior) on Mar 09, 2006 at 18:29 UTC
Re^2: Caching a hash?
by perrin (Chancellor) on Mar 09, 2006 at 18:30 UTC
    Storable is faster and has been in the core Perl distribution for years.

      Thanks, to both of you. Storable looks like a nice and quick way to unload and reload a hash quickly w/out all the fancy programming required for ties. I got a quick, read 10 minute, method written out that takes into the account of storing and retrieving (very easy). Now I just gotta test it out (!!).

      -- philip
      We put the 'K' in kwality!