in reply to Perl net::pop3:sslwrapper
When you present people with a huge wall of code, people will often skip right over your node, as it's not fun to read a billion lines of code. You should spend a little effort to reduce the program to a short example that demonstrates the problem. If you do, you'll often find the answer in the process.
Having said that, I gave the code a brief glance. This is just a guess, but I'm thinking that next statement (line 155) is exiting from the subroutine and skipping to the next EMail. If you instead wrap it with a loop and retry the connection, it may work more to your liking.
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl net::pop3:sslwrapper
by teja402000 (Initiate) on May 23, 2012 at 11:47 UTC | |
by roboticus (Chancellor) on May 24, 2012 at 00:40 UTC |