From: Jonathan Paton <[EMAIL PROTECTED]> > 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
This is not related to strict. You always have to use () when calling methods. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>