Roust has asked for the wisdom of the Perl Monks concerning the following question:
Is there a logic reason for this? Regards kristian@detandetfirma.dkmy $pop3 = new Mail::POP3Client( USER => 'xx', PASSWORD => 'xx', HOST +=> 'xx' ) or die "$!"; $num = $pop3 -> Count(); print $num;
edited: Wed Jun 25 13:33:04 2003 by jeffa - code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strange result using Mail::POP3Client
by BrowserUk (Patriarch) on Jun 25, 2003 at 08:14 UTC | |
|
Re: Strange result using Mail::POP3Client
by tachyon (Chancellor) on Jun 25, 2003 at 10:26 UTC | |
by Anonymous Monk on Jun 25, 2003 at 11:17 UTC | |
by tachyon (Chancellor) on Jun 26, 2003 at 10:37 UTC |