![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Executing perl script from perl scriptsby moritz (Cardinal) |
on May 15, 2008 at 13:11 UTC ( #686725=note: print w/replies, xml ) | Need Help?? |
In a test file you should call the scripts in the same what that cron does, which is through a system call or the shell.
You can do that in perl like this:
If you want to process the script output, use
($^X is the path of the current perl interepreter)
In Section
Seekers of Perl Wisdom
|
|