perladdict has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Problem to connect remote host
by Joost (Canon) on Apr 11, 2007 at 16:10 UTC
Re: Problem to connect remote host
by ikegami (Patriarch) on Apr 11, 2007 at 17:18 UTC

    That was fixed in 1.20 2001.07.11 (almost 6 years ago!)

    - getpwuid is now called in an eval, so on systems that do not support it, it will not cause a fatal error. Thanks to Shaun Bramley for the spot.