I'm trying to write a very simple script (see relevant code below) using WWW::Hotmail, but every time I try to run it, I get the following error: "The getpwuid function is unimplemented at perl/site/lib/Mail/Audit.pm".
Any ideas on how to fix this would be much appreciated.
Cheers,
doonyakka
PS. I've installed Mail::Audit
#!/usr/bin/perl use strict; use WWW::Hotmail; my $browser = new WWW::Hotmail; $browser->login("foo", "bar"); for ($browser->messages) { $_->retrieve->accept; $_->delete; } exit(0);
In reply to WWW::Hotmail problem by doonyakka
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |