Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Module to read a dumped file

by Jeppe (Monk)
on Feb 11, 2003 at 16:57 UTC ( [id://234455]=note: print w/replies, xml ) Need Help??


in reply to Module to read a dumped file

If you don't need to transfer the data between platforms, Storable is up to the job.
$string = freeze($hashref); $hashref = thaw($string);
Also, Data::DumpXML is worth looking into. And the good old Data::Dumper.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 02:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found