in reply to Send variables
In addition to javafan and BioLion responses, you need to clarify if these "three variables" are simple variables like numbers or shortish strings--in which case they can potentially be transfered via the command line.
Or are they complex variables (like arrays or hashes) which would require the use of pipes or IO::Sockets and perhaps Storable; or something more complex.
|
|---|