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

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";