in reply to Invoking Perl script from a perl script

If you want to communicate with another prog/process you may want: http://perldoc.perl.org/perlipc.html#Using-open()-for-IPC and Open2 / 3 further down the page
  • Comment on Re: Invoking Perl script from a perl script