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.
| [reply] |
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.
| [reply] |
| [reply] |
I read within some Padre documentation that I am supposed to add (copy) the telnet.pm file from the c:\strawberry\perl\vendor\lib\URI to c:\strawberry\perl\lib\net. This resolves the first error that I receive after running the script that says it does not understand what the "Net::Telnet" package is.
| [reply] |