Object stuff

2005-07-19 Thread Tom Allison
I'm tring to wrap my feeble brain around some of the object stuff in general. I'm still working on it and have decided to go back to the beginning and read lots of really fine manuals before I dive into more. But I have one kind of basic question I'm trying to answer. I started with Mail

Re: Object stuff

2005-07-19 Thread Xavier Noria
On Jul 19, 2005, at 12:12, Tom Allison wrote: I started with Mail::IMAPClient as my base. This requires a argument list of the form: %args = { Server = 'mail.somewhere.tld', User = 'rosco', Password = 'secret' }; The new() constructor receives a hash, which is

Re: Object stuff

2005-07-19 Thread Tom Allison
Xavier Noria wrote: On Jul 19, 2005, at 12:12, Tom Allison wrote: I started with Mail::IMAPClient as my base. This requires a argument list of the form: %args = { Server = 'mail.somewhere.tld', User = 'rosco', Password = 'secret' }; The new() constructor receives a