Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: How do I save a nested structure to a file (and read it later)?

by Malkavian (Friar)
on Apr 17, 2001 at 14:53 UTC ( [id://73096]=note: print w/replies, xml ) Need Help??


in reply to How do I save a nested structure to a file (and read it later)?

I've got a personal favourite of FreezeThaw which is pretty friendly, and does the job nicely.
  • Comment on Re: How do I save a nested structure to a file (and read it later)?

Replies are listed 'Best First'.
Re: Answer: How do I save a nested structure to a file (and read it later)?
by Anonymous Monk on Apr 17, 2001 at 17:29 UTC
    FreezeThaw will definitely do the job, you might also want to look into Data::Dumper - especially if you want to manually edit the data while it's in the file.
    print FILE Dumper(%foo); $bar = <FILE>; %foo = eval{$bar};

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found