in reply to Perl Calling Perl! :P

You don't say whether you want to wait for the called script to return, before moving on, or whether you want the executed script to run in a non-blocking manner. But if you don't need or want to wait for the spawned script to return, see Re: Running a process in the background for the Windows only trick of system 1, $script;

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
Re^2: Perl Calling Perl! :P
by Anonymous Monk on Jul 22, 2011 at 12:23 UTC