Re: [Ssh-sftp-perl-users] Fwd: How to load my private DSA key for authentication?
Brought to you by:
dbrobins
|
From: Anthony L. <ant...@ya...> - 2012-02-13 18:04:09
|
OK, let's do this step by step. I have renamed Foreign.pm to Foreign.old.pm. And naturally, if I issue
perldoc Net::SFTP::Foreign
I get this:
No documentation found for "Net::SFTP::Foreign".
I guess I will need to specify the PERLLIB path.
________________________________
From: Salvador Fandino <sfa...@ya...>
To: Anthony Liu <ant...@ya...>
Cc: "Ssh...@li..." <Ssh...@li...>
Sent: Monday, February 13, 2012 11:51 AM
Subject: Re: [Ssh-sftp-perl-users] Fwd: How to load my private DSA key for authentication?
>________________________________
> From: Anthony Liu <ant...@ya...>
>To: Salvador Fandino <sfa...@ya...>
>Cc: "Ssh...@li..." <Ssh...@li...>
>Sent: Monday, February 13, 2012 5:44 PM
>Subject: Re: [Ssh-sftp-perl-users] Fwd: How to load my private DSA key for authentication?
>
>
>Problem is: I don't even know where the so-called old files/versions of Net::SFTP::Foreign on my Win7 box. I am new to Perl. I am not new to programming. There must be some perl commands that will uninstall the specified version of a module.
I don't think there is any command to uninstall modules on Strawsberry Perl.
The location of the old files can be found with the following perl code:
use Net::SFTP::Foreign;
print Dumper "$INC{'Net/SFTP/Foreign.pm'}\n";
Or just use your preferred OS search facility to find files and directories named "Foreign.pm" and "Foreign" respectively. |