in reply to Problems with perl script calling perl scripts
Maybe the command is not actually what you expect. Also you can execute the command that is printed for yourself, just to make absolutely sure it is working as expected.$command = "perl z:\\scripts\\baseball\\stats1.pl $date"; print "$command\n"; $message .= `$command`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Problems with perl script calling perl scripts
by ergowolf (Monk) on Apr 29, 2000 at 17:04 UTC | |
by mr_ayo (Beadle) on May 05, 2000 at 05:44 UTC |