Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^5: How to save and reload my hash

by Your Mother (Archbishop)
on Sep 25, 2014 at 15:50 UTC ( [id://1101993]=note: print w/replies, xml ) Need Help??


in reply to Re^4: How to save and reload my hash
in thread How to save and reload my hash

If Storable is doing it for you, don’t worry. It’s only something to worry about in certain circumstances or if you like to be able to eye-ball the data. Storable and JSON both serialize and marshal (deserialize) references. It’s fully reconstituted, it just has to be accessed with dereferencing semantics (%$hash or $hash->{key}); you might want to look at perlref. Sounds like you have it working now though, so ++

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found