develooper Front page | perl.beginners | Postings from August 2009

Re: CGI and persistent data (without Storable)

Thread Previous | Thread Next
From:
merlyn
Date:
August 28, 2009 13:04
Subject:
Re: CGI and persistent data (without Storable)
Message ID:
86eiqviu3b.fsf@blue.stonehenge.com
>>>>> "Steve" == Steve Bertrand <steve@ibctech.ca> writes:

Steve> Given that I can get through the web GUI portion of the process with
Steve> just a couple of params, I'd like to find a way to retain the entire
Steve> data structure without having to re-instantiate it (which requires
Steve> rebuilding numerous objects etc), or pass each variable within it as a
Steve> param on each CGI invocation.

Have you looked at DBM::Deep?  Low-pain persistence of complex Perl data
structures which doesn't require anything but a single .pm file to install, so
it'll work anywhere you can install Perl programs.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About