in reply to WWW::Hotmail problem
and it should work. (Don't have Mail::Audit installed on Win32 to try.)BEGIN { *CORE::GLOBAL::getpwuid = sub { wantarray ? (undef,undef,undef,undef,undef,undef,undef, "c:/somehomedir") : "someusername" }; }
Update: added missing { after BEGIN (Thanks, Liz)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: WWW::Hotmail problem
by doonyakka (Beadle) on Jan 13, 2004 at 22:33 UTC |