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

I tried that and I am still getting the same error message. I am thinking it has something to do with my PATH environment variable. I have Padre saved on the C: drive, but it just can not seem to find Net::Telnet.

Replies are listed 'Best First'.
Re^5: Net::Telnet Padre Error
by davido (Cardinal) on Jun 17, 2011 at 19:09 UTC

    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

      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.
Re^5: Net::Telnet Padre Error
by rev_1318 (Chaplain) on Jun 17, 2011 at 18:28 UTC

    ...I already put the telnet.pm file into the directory where I put strawberry perl plus padre...

    How dit you "put the telnet.pm" file where?

    Paul

      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.