in reply to Re: Error calling system(telnet x.x.x.x)
in thread Error calling system(telnet x.x.x.x)

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Error calling system(telnet x.x.x.x)

Replies are listed 'Best First'.
Re^3: Error calling system(telnet x.x.x.x)
by cdarke (Prior) on Jul 15, 2010 at 13:47 UTC
    In that case try using the full path to telnet.exe, for example:
    system('C:/Windows/system32/telnet.exe', 'x.x.x.x'); print "$? $!\n";