in reply to Passing Data between Perl Programs (was: arrays)

If you really need to pass perl structures between two process you need to serialize/deserialize them. you may want to use FreezeThaw, Data::Serializer or Storable. The last has the advantage to be part of recent Perl distros.

-- stefp -- check out TeXmacs wiki

  • Comment on Re: Passing Data between Perl Programs (was: arrays)