in reply to Re^2: Error calling system(telnet x.x.x.x)in thread Error calling system(telnet x.x.x.x)
system('C:/Windows/system32/telnet.exe', 'x.x.x.x'); print "$? $!\n"; [download]