rastoboy has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing a fairly simple system analysis script, where I would like to save a set of data to a file, and read it in on a new machine.
YAML would be my first choice. But for various reasons I would like to stick with core perl, if at all possible.
My understanding is that Storables are not necessarily portable between machines, even when using nstore.
I'm even contemplating just saving Data::Dumper output to a file, and then evaling that in on the new machine--but for some reason my mind rebels at that. Any ideas on a really good way to do this? Any input would be greatly appreciated!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Portable datastore formats in core perl?
by BrowserUk (Patriarch) on Jul 28, 2010 at 22:19 UTC | |
|
Re: Portable datastore formats in core perl?
by Generoso (Prior) on Jul 28, 2010 at 21:18 UTC | |
by rastoboy (Monk) on Jul 28, 2010 at 21:40 UTC | |
by afoken (Chancellor) on Jul 28, 2010 at 21:59 UTC |