Re: [Catalyst] email

2007-05-08 Thread Bogdan Lucaciu
On Tuesday 08 May 2007 03:55:31 Kieren Diment wrote:  Intermediate  Perl the name is (now) Learning Perl Objects, References, and Modules http://www.oreilly.com/catalog/lrnperlorm/ -- Bogdan Lucaciu http://www.wiz.ro ___ List:

Re: [Catalyst] email

2007-05-08 Thread Tobias Kremer
Zitat von Bogdan Lucaciu [EMAIL PROTECTED]: On Tuesday 08 May 2007 03:55:31 Kieren Diment wrote: Intermediate Perl the name is (now) Learning Perl Objects, References, and Modules http://www.oreilly.com/catalog/lrnperlorm/ I think it's the other way round. The name is NOW Intermediate

Re: [Catalyst] email

2007-05-08 Thread Cristina Nunes
From perldoc Net::POP3 use Net::POP3; # Constructors $pop = Net::POP3-new('pop3host'); $pop = Net::POP3-new('pop3host', Timeout = 60); if ($pop-login($username, $password) 0) { my $msgnums = $pop-list; # hashref of msgnum = size

Re: [Catalyst] email

2007-05-07 Thread Matt S Trout
On Mon, May 07, 2007 at 11:40:39AM -0700, Will Smith wrote: If I stash out the value of $msg, it is an ARRAY(...) . I'm not sure how to manipulate that. Buy a copy of Learning Perl. Or hire a programmer. -- Matt S Trout Need help with your Catalyst or DBIx::Class project?