in reply to Re^4: Net::Telnet Padre Error
in thread Net::Telnet Padre Error

You'll keep getting the message until you install Net::Telnet properly. As stated in my post above, you cannot just drop a Perl module into your Perl bin folder and expect it to work. Believe it or not, proper installation is almost that easy, but you have to do it right.


Dave

Replies are listed 'Best First'.
Re^6: Net::Telnet Padre Error
by mizmaster22 (Novice) on Jun 17, 2011 at 21:35 UTC
    Thank you for all of your feedback, I am very new at this and have been given a task to do with a language I have never worked with before and you guys help a ton. I am going to work with App::Cpan to install this Net::Telnet properly.