SuperSu has asked for the wisdom of the Perl Monks concerning the following question:
code :
system("telnet x.x.x.x");
Result:
Can't spawn "telnet x.x.x.x"... But the code works well under linux...
And what's more, if when I tested the system("dir");,it also works well under ActivePerl Any help?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error calling system(telnet x.x.x.x)
by cdarke (Prior) on Jul 15, 2010 at 11:06 UTC | |
|
Re: Error calling system(telnet x.x.x.x)
by marto (Cardinal) on Jul 15, 2010 at 10:36 UTC | |
| |
|
Re: Error calling system(telnet x.x.x.x)
by moritz (Cardinal) on Jul 15, 2010 at 10:28 UTC | |
|