Update: I initally put the following code, but I suspect I'm wrong. I've confused myself again...
$msg = $pop->top($popnum); print $msg;
Update. Working code (excuse the altered variable names) is:
my $head = $pop->top($popnum); print @{$head};
print @{$pop->top($popnum)};
In reply to Re: POP3 in libnet
by BazB
in thread POP3 in libnet
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |