in reply to Re^2: Portable datastore formats in core perl?
in thread Portable datastore formats in core perl?
JSON, XML, YAML, ...
Storable needs the same version of Storable on all machines, and I think it also needs the same byte order on all machines.
You could also use SQLite (via DBI / DBD::SQLite).
Data::Dumper and string eval doesn't sound that good, it opens a hole that I would like to keep closed.
Alexander
|
|---|