in reply to Re: Sharing data structures in mod_perl
in thread Sharing data structures in mod_perl

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.

  • Comment on Re: Re: Sharing data structures in mod_perl