in reply to Re: Re: How to check number of messages using Net::POP3?
in thread How to check number of messages using Net::POP3?
Ok, I have tested it on 3 machines now:
| Machine | Result |
|---|---|
| 1 | Initially gave the same error message, but that got solved after moving $pop->quit() outside the if-statement. |
| 2 | Initially gave the same error message, but that got solved after moving $pop->quit() outside the if-statement. |
| 3 | Initially gave the same error message, but that got solved after moving $pop->quit() outside the if-statement. |
I tested your posted code verbatim first, and with my slight alteration afterwards. I did not take out the "use diagnostics;". So I am now curious what Perl and Net:POP3 versions you use. Oh, maybe it has anything to do with it, but I tested the script on a qpopper POP3 daemon, first with one line in "./addresses" and later with multiple lines.
Update: now also tested with the "POP3 Server (Version 1.006d)" daemon, same result.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to check number of messages using Net::POP3?
by BjoernD (Initiate) on Dec 23, 2003 at 23:24 UTC |