or should I use something else like IO::Socket::Inet? recommendations?my $session = new Net::Telnet (Timeout => 30); $session->open(Host => $host, Port => $port); while ($session) { my $line; $line=$session->getline(); .... }
In reply to use telnet to connect to tcp session and receive data by bengmau
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |