in reply to
Net::Telnet and waitfor()
I think you want
$cs->waitfor()
, not
$telnet->waitfor()
. You might also look into using
Expect.pm
.
Comment on
Re: Net::Telnet and waitfor()
Select
or
Download
Code
In Section
Seekers of Perl Wisdom