in reply to un-inplemented function in Net::SSH::Perl for Activestate Perl?
Both uses of getpwuid in NET::SSH::Perl can be trivially replaced by looking for the equivalent information from the environment
However, if you are uncomfortable with using information extracted from the environment for these purposes, then you can obtain the information from the system, by:
use win32:
Obviously this would need to be done conditionally upon the value of $^O
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: un-inplemented function in Net::SSH::Perl for Activestate Perl?
by jdelmedico (Initiate) on Apr 21, 2006 at 13:30 UTC | |
by BrowserUk (Patriarch) on Apr 21, 2006 at 14:01 UTC | |
by jdelmedico (Initiate) on Apr 21, 2006 at 14:37 UTC |