in reply to Peeking into a POP3-SSL exchange
Read the DEBUGGING section of IO::Socket::SSL's docs.
It's not a per-object flag, it's a global flag that can be set as follows:
use IO::Socket::SSL qw( debug4 );
or
$IO::Socket::SSL::DEBUG = 4;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Peeking into a POP3-SSL exchange
by Anonymous Monk on Sep 21, 2007 at 18:42 UTC | |
by ikegami (Patriarch) on Sep 22, 2007 at 04:03 UTC | |
by Anonymous Monk on Sep 24, 2007 at 16:03 UTC |