http://www.perlmonks.org?node_id=922443

dbs has asked for the wisdom of the Perl Monks concerning the following question:

Hi! Is there a module that will allow me to keep a variable at a certain value across different runtimes? Whats the name? So I run my script at 2PM, a value gets set to 5 then I run the same script at 4PM the value remains at 5. I run it again at 430PM this time setting the value to 6. The next day (no reboot) I run it at 8AM and the value is still at 6. thx!