Home : General : Perl Programming :

General: Perl Programming: Re: [RedRum] Net::SMTP: Edit Log

Here is the list of edits for this post
Re: [RedRum] Net::SMTP
You say you've had this working before? I very much doubt that you've had this working before on the exact same platform.

The function you are trying to access is not available on Win32 platforms.

Check the Perl Documentation (http://www.perldoc.com/....1/pod/perlport.html) it will tell you that:

Code:
getpwuid UID

Not implemented. (Mac OS, Win32)
Not useful. ( RISC OS)

Another reason why *ix platforms are better than it's Win32 equivalent. ;-)

- wil

Last edited by:

Wil: Jan 2, 2002, 1:43 AM

Edit Log: