![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: How to run a Perl script from another script?by bwelch (Curate) |
on Oct 05, 2004 at 14:28 UTC ( #396592=note: print w/replies, xml ) | Need Help?? |
When calling scripts or executing shell commands, I prefer to use this type of command so a return code is captured. my $jobStatus = `bjobs $jobID`; Are there any reasons to avoid this method? Do you prefer other methods for capturing the return code?
In Section
Seekers of Perl Wisdom
|
|