http://qs1969.pair.com?node_id=793256


in reply to Telnet Issue

Could you please repost your code surrounded with <code> tags?

It looks like you are doing

$telnet = `telnet $hostname`; $output = $telnet->waitfor('/\$ $/i');
If I read your code correctly, $telnet is the data returned from the telnet command. But you are then using it as if it were a Net::Telnet object.