Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Maintaining state in modules

by Theseus (Pilgrim)
on Sep 06, 2002 at 12:26 UTC ( [id://195619]=note: print w/replies, xml ) Need Help??


in reply to Maintaining state in modules

You should look into Data::Dumper if you aren't a fan of it already. After I learned of its existence and how to use it, it solved any data persistence problems I ever had. You can even store instantiated objects and it will save their state for the next time. Once you work out a way to store the output(text file, in a database record, etc), you're all set.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://195619]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-26 01:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found