Re: Learning Modules

2008-03-13 Thread Richard Lee
Randal L. Schwartz wrote: "Richard" == Richard Lee <[EMAIL PROTECTED]> writes: Richard> 2)and I just don't really understand OO modules. You have two issues rolled into one here. The properties of "OO" and "module" are orthogonal. There are OO programs that don't use modules. T

Re: Learning Modules

2008-03-13 Thread Randal L. Schwartz
> "Richard" == Richard Lee <[EMAIL PROTECTED]> writes: Richard> 2)and I just don't really understand OO modules. You have two issues rolled into one here. The properties of "OO" and "module" are orthogonal. There are OO programs that don't use modules. There are modules that don't use OO.

Re: Learning Modules

2008-03-13 Thread Gunnar Hjalmarsson
Richard Lee wrote: I would like someone's experince on learning modules. I have been avoiding learning modules for couple reasons 1)to learn and try to reinvent some of the wheels to learn the tricks 2)and I just don't really understand OO modules. It is very difficult for me to understand modul

Re: Learning Modules

2008-03-12 Thread yitzle
On Wed, Mar 12, 2008 at 11:41 PM, Richard Lee <[EMAIL PROTECTED]> wrote: > Well, the one of the reason that I have been avoding using the modules > was that I wanted to understand what the hell I am using. > > And I read somewhere that reading what others have wrote is among the > best way to l

Re: Learning Modules

2008-03-12 Thread R (Chandra) Chandrasekhar
Richard Lee wrote: Hello there, I would like someone's experince on learning modules. I have been avoiding learning modules for couple reasons 1)to learn and try to reinvent some of the wheels to learn the tricks 2)and I just don't really understand OO modules. It is very difficult for me to un

Re: Learning Modules

2008-03-12 Thread Richard Lee
yitzle wrote: I've been avoiding modules somewhat, too. However, you don't really need to be that familiar with OO to learn to use the modules. Are you trying to read the module's code to learn about them? Most people just use the documentation on CPAN. Well, the one of the reason that I have

Re: Learning Modules

2008-03-12 Thread yitzle
I've been avoiding modules somewhat, too. However, you don't really need to be that familiar with OO to learn to use the modules. Are you trying to read the module's code to learn about them? Most people just use the documentation on CPAN. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition