usrlocal has asked for the wisdom of the Perl Monks concerning the following question:
any idea how this should be modified. if you could point me to a concise tutorial also that would help. all the tutorials i find seem to be rather large to dig for a relatively small piece of info.thanks$proc = \( 0+ `/aa/bb/cc.ksh arg1` ); if (! $proc || $proc !~ /\d/){ ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to check for existence,executabilituy and return code when executing a shell script from perl
by kennethk (Abbot) on Feb 11, 2009 at 16:48 UTC | |
|
Re: How to check for existence,executabilituy and return code when executing a shell script from perl
by ikegami (Patriarch) on Feb 11, 2009 at 16:44 UTC |