in reply to Re: SSH2.pm doesn't have "getpwuid" function
in thread SSH2.pm doesn't have "getpwuid" function

On Windows, Perl does not implement getpwuid(). Most likely, that is the cause of the error. Maybe setting $ENV{HOME} or something like that can help the problem.

Replies are listed 'Best First'.
Re^3: SSH2.pm doesn't have "getpwuid" function
by kcott (Archbishop) on Nov 20, 2013 at 08:32 UTC
    "On Windows, Perl does not implement getpwuid()."

    ++ Thanks - I've updated my response.

    -- Ken