in reply to use of telnet in perl

Sorry for this question, but did you already install Net::Telnet? Without installing it, it won't work.
If you tell us which Unix/Linux you are trying to execute this on, then we could help you with the command for installing this module. Do you have root privileges on this machine?
In case Net::Telnet isn't installed yet:

Replies are listed 'Best First'.
Re^2: use of telnet in perl
by varalaxmibbnl (Acolyte) on Sep 13, 2013 at 08:10 UTC
    thanks for ur reply... I'm working on linux ubuntu plz help me..
      Assuming you have root privileges the following command will probably work (untested):
      sudo apt-get install libnet-telnet-perl
        thank u so much its working now...