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($>))
;
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.