Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: tieing HoH

by delirium (Chaplain)
on Jan 15, 2004 at 07:47 UTC ( [id://321535]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to tieing HoH

By the way, if you wanted to do this with the Data::Dumper module, start with something like this:

use Data::Dumper; my %sess_hist = (); sub load_history { %sess_hist = %{do($hist_file)} or die 'failed to load history'; } sub save_history { local $Data::Dumper::Indent = 1; open HF, '>', 'some_file.txt'; print HF Dumper \%sess_hist; close HF; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://321535]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.