in reply to Re: Portable datastore formats in core perl?
in thread Portable datastore formats in core perl?

Thanks for that. I probably should have been more clear--I am indeed talking about a complex datastructure.
  • Comment on Re^2: Portable datastore formats in core perl?

Replies are listed 'Best First'.
Re^3: Portable datastore formats in core perl?
by afoken (Chancellor) on Jul 28, 2010 at 21:59 UTC

    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". ;-)