From: enigma on
I am a new Perl user trying to setup an SSH connection using Perl. So I
first downloaded the Net::SSH:Perl package. Since I am a Windows XP
user, the getpwuid function didn't work. I googled and found that
Net::SSH:W32Perl solves that problem. But when i downloaded
Net::SSH:W32Perl, and opened the W32Perl.pm file, i found that it uses
the Perl.pm file which uses the getpwuid function. and Thus i still get
the same error:

The getpwuid function is unimplemented at
C:/Perl/site/lib/Net/SSH/Perl.pm line 110.

Please help me in this issue..

Mazen