in reply to Re^5: EXEC fails, sometimes
in thread EXEC fails, sometimes
The path string is different, and in fact incorrect, on the machine where it fails. The real solution is to fix the path string so the code is not machine-dependent. Thanks!exec 'c:\perl\bin\perl print_2.pl';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: EXEC fails, sometimes
by ikegami (Patriarch) on Dec 16, 2005 at 16:27 UTC | |
by simpsope (Initiate) on Dec 16, 2005 at 19:09 UTC |