in reply to How to run a Perl script from another script?
my $jobStatus = `bjobs $jobID`;
Are there any reasons to avoid this method? Do you prefer other methods for capturing the return code?