Re: beginners oops module

2003-11-17 Thread James Edward Gray II
On Nov 17, 2003, at 7:47 AM, NYIMI Jose (BMB) wrote:

ch3 of "Object Oriented Perl" book by Conway is free at
http://www.manning.com/getpage.html? 
project=conway&filename=Chapters.html

Great reads !
The rest of the book is excellent as well.  I recommend it.

James

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: beginners oops module

2003-11-17 Thread NYIMI Jose (BMB)
ch3 of "Object Oriented Perl" book by Conway is free at
http://www.manning.com/getpage.html?project=conway&filename=Chapters.html

Great reads !

José.
-Original Message-
From: km [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 17, 2003 12:14 PM
To: [EMAIL PROTECTED]
Subject: beginners oops module


Hi all,
i wanna look at the (source code of) modules which give  a basic understanding of  
OOPS programming style in Perl. any pointers will be helpful . thanks, KM




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 DISCLAIMER 

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: beginners oops module

2003-11-17 Thread Tore Aursand
On Mon, 17 Nov 2003 16:43:55 +0530, km wrote:
> i wanna look at the (source code of) modules which give  a basic
> understanding of  OOPS programming style in Perl. any pointers will be
> helpful .

Pointers to what?  Just take a look at come of the OO modules/classes out
there, if you want to.  I would rather point you to a part of the Perl
documentation relating to OO:

  perldoc perlobj
  perldoc perltoot
  perldoc perltooc


-- 
Tore Aursand <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: beginners oops module

2003-11-17 Thread Tore Aursand
On Mon, 17 Nov 2003 12:46:08 +0100, Tore Aursand wrote:
>> i wanna look at the (source code of) modules which give  a basic
>> understanding of  OOPS programming style in Perl. any pointers will be
>> helpful .

> Pointers to what?  Just take a look at come of the OO modules/classes
> out there, if you want to.  I would rather point you to a part of the
> Perl documentation relating to OO:
> 
>   perldoc perlobj
>   perldoc perltoot
>   perldoc perltooc

And - of course:

  perldoc perlboot


-- 
Tore Aursand <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]