On Tuesday, Nov 25, 2003, at 10:31 US/Pacific, km wrote:
i am new to OO programming in Perl. Can someone suggest a simple Object Oriented Perl module thru which i can read thru and practice?
i had gone thru perltoot,perlobj,perlref,perlsub etc regarding OOPs concepts in Perl.
At one end the most COMPLEX of the lot would CGI - but it has some SERIOUSLY Neat Ideas for when you want to go off the ledge.
perldoc -m IO::File
will get you into the 'subclass' of IO::Handle which you could check out as a way to think about the process.
cf:
perldoc -m IO::Handle
but the alternative strategy is just to cd into whereever your perl modules are installed /usr/lib/perl5 or /usr/local/lib/perl5 and rummage around a bit...
ciao drieux
---
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]