in reply to Re^3: EXEC fails, sometimes
in thread EXEC fails, sometimes
And I get this result:#!c:\Perl\bin\Perl print "\n Line from print_1.pl \n"; exec "print_2.pl"; print "\n ERROR from print_1.pl: $! \n"; __END__
I probably didn't explain well enough that ther same code works just fine on another Windows server. Obviously a setting somewhere that different. But that's where I'm stumped.j:> print_1.pl j:> Line from print_1.pl j:> ERROR from print_1.pl: Invalid arguement
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: EXEC fails, sometimes
by ikegami (Patriarch) on Dec 15, 2005 at 21:25 UTC | |
by simpsope (Initiate) on Dec 16, 2005 at 13:54 UTC | |
by ikegami (Patriarch) on Dec 16, 2005 at 16:27 UTC | |
by simpsope (Initiate) on Dec 16, 2005 at 19:09 UTC |