http://www.perlmonks.org?node_id=949193


in reply to Re^2: how to use Net::POP3::SSLWrapper
in thread how to use Net::POP3::SSLWrapper

Examining the first waarning message and the following output indicates that $last is undef which implies that my $last = $pop->last; failed. The following warnings pertaining to badness inside POP3.pm is pretty much consistent with $pop already being in a bad state.

What did the code look before you changed it?

True laziness is hard work