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

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^3: Portable datastore formats in core perl?