in reply to Re^2: Just trying to TELNET
in thread Just trying to TELNET

OK got it to work with the following code:
$telnet = new Net::Telnet ( Timeout=>10, Port=>7300, Errmode=>'die'); $telnet->open('localhost')
Thanks for your help, it is appreciated