Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Problem with script from PC to laptop

by saintmike (Vicar)
on Apr 13, 2004 at 18:12 UTC ( [id://344819]=note: print w/replies, xml ) Need Help??


in reply to Re: Problem with script from PC to laptop
in thread "Storable object version 1.012 does not match $Storable::VERSION 2.04" moving script from PC to laptop

If you need to migrate existing Storable data from one machine to another, use something like dumpsto (documentation here) to first transform the data into Data::Dumper format:
dumpsto storable-file >data.dump
Then, transfer data.dump over to the new machine, and run dumpsto there:
dumpsto -u data.dump >storable-file
After that, storable-file will have your data in a format readable by the new perl installation.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

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

    No recent polls found