![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Running perl script from a perl scriptby jettero (Monsignor) |
on Jan 08, 2010 at 16:37 UTC ( #816347=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|