in reply to Sharing data structures in mod_perl

Are there any tutorials or hints about serializing data with Perl? It seems much more widespread with the current trend of app servers in the java land, was wondering how Perl developers have been dealing with these issues...
  • Comment on Re: Sharing data structures in mod_perl

Replies are listed 'Best First'.
Re: Re: Sharing data structures in mod_perl
by Hero Zzyzzx (Curate) on Mar 29, 2002 at 16:15 UTC

    This is easier than it might appear- read the Storable and Data::Dumper docs. A number of cachy-type modules use Storable for data serialization. If you haven't used Data::Dumper yet, it's cool as heck, and an EXCELLENT debugging tool.

    -Any sufficiently advanced technology is
    indistinguishable from doubletalk.