I am trying to login to a route server using below script
when i execute my script it just doesnt do anything.
I am doing this on a linux machine, idealy i should see a login prompt of the router.
use Net::Telnet::Cisco;
my $session = Net::Telnet::Cisco->new(Host => '67.17.81.28', Port =>
+'23', Timeout =>'100');