in reply to How do I pass a reference to another program via @ARGV ???

Passing a "reference" between programs screams for the use of sockets (tcp, udp, unix, files, whatever) and the use of Storable for complicated structures or DB_File for simple values...

-Paul

  • Comment on Re: How do I pass a reference to another program via @ARGV ???