in reply to Problems with perl script calling perl scripts
You can check the special variable $? to see if your backticks call executed successfully (it will be 0 if it works). Since variables are interpolated in that context, the only other thing is that the Perl executable isn't in the path of the subprocess.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Problems with perl script calling perl scripts
by mr_ayo (Beadle) on May 01, 2000 at 21:49 UTC |