in reply to Re: un-inplemented function in Net::SSH::Perl for Activestate Perl?
in thread un-inplemented function in Net::SSH::Perl for Activestate Perl?

Hello My name is Joe from Toronto just read your solution to the he getpwuid function is unimplemented at :/Perl/site/lib/Net/SSH/Perl.pm line 110. problem When I step through my program the error appears when the perl.pm hits this line in the perl.pm file my $home = $ENV{HOME} || (getpwuid($>))7; Obviousley I don't understand how to update the code to solve this. Can you please help me where I need to update the code.. I tried to modify HOME with HOMPATH I don't know where to apply your suggestions $ENV{USERNAME} for the first use (in _current_user()); $ENV{HOMEDRIVE} . $ENV{HOMEPATH} for the second (in _init() ); Thank you so much for your time.
  • Comment on Re^2: un-inplemented function in Net::SSH::Perl for Activestate Perl?

Replies are listed 'Best First'.
Re^3: un-inplemented function in Net::SSH::Perl for Activestate Perl?
by BrowserUk (Patriarch) on Apr 21, 2006 at 14:01 UTC

    Sorry Joe. As I have no way to test any changes made to Net::SSH::Perl, I can only suggest specific workarounds to individual problems. If you do not have the knowledge to apply and test those changes, any advice I give you would be a little of the blind leading the blind.

    The best I can suggest is that you contact the module's author(s) and see if he/they have interest in making and maintaining the appropriate changes.


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.
      Thank you