On 9/13/06, Lee Goddard <[EMAIL PROTECTED]> wrote:
> I am getting the below error
>
> C:\perlsc>perl sshperl1.pl
> Can't locate Net/SSH/Perl.pm in @INC (@INC contains:
> c:/Perl/lib c:/Perl/site/li b .) at sshperl1.pl line 1.
> BEGIN failed--compilation aborted at sshperl1.pl line 1.

You need to install the module in question, Net::SSH::Perl.
The CPAN page for the module links to a README file that contains
instructions for the installation:

http://search.cpan.org/dist/Net-SSH-Perl/

http://search.cpan.org/src/DBROBINS/Net-SSH-Perl-1.30/README

If you are using ActivePerl you can probably get the Net::SSH package
with the command

       >ppm install Net-SSH

You may find that Net::SSH is just as useful as Net::SSH::Perl.

HTH

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.



Hi Lee

Thanks for the quick turnaround

How do i install Net::SSH for windows version of perl on windows box. Any URL
to get the Net::SSH Perl module and install it using

ppm install Net-SSH

Thanks and Regards

Kaushal

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to