Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Any module for saving data as perl data?

by Discipulus (Canon)
on Apr 29, 2016 at 07:27 UTC ( [id://1161854]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
  2. or download this
    # WARNING windows quotes
    # storable to yaml
    ...
    
    # yaml to storable
    perl -e "use YAML (LoadFile); use Storable qw(nstore); @ar = LoadFile(
    +$ARGV[0]); nstore(\@ar, $ARGV[1])"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-18 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found