in reply to
net::telnet waitfor $'
You have to use
@lines = $telnet->cmd(String=>$command, [Output=>$ref,] [Prompt=>$pattern,] [Timeout=>$timeout,] [Cmd_remove_mode=>$mode]
@lines array will have the output of the command.
Comment on
Re: net::telnet waitfor $'
Download
Code
In Section
Seekers of Perl Wisdom