http://qs321.pair.com?node_id=816347


in reply to Running perl script from a perl script

When I want to fork a new perl, I tend to use IPC::System::Simple and systemx($^X, $program_file).

Normally you would NOT want to do this though. Perl can just run more perl — see do.

-Paul

  • Comment on Re: Running perl script from a perl script