Easy.

When using strict you must use brackets around subroutine and method
calls... I.E.

$object->METHOD(args...)

You need:

my $message=$pop3->RETR($msg_id);

Jonathan Paton

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to