Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
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 surveying the Monastery: (5)
As of 2024-04-24 03:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found