PDA

View Full Version : OO Perl


bog
10-09-03, 04:18 AM
hi there
is there anyone who can help me finding an example dealing with packeges, or modules interaction, in fact I'm a java programmer and I wanna experience perl OO world.
just give me the URL I'll be very thankfull
thanks

Chas
10-09-03, 10:16 AM
Hi bog,

If your looking for a good book, take a look at Object Oriented Perl by Damian Conway: http://books.perl.org/book/171

Also check out perldoc.com, specifiaclly, the oop tutorials:

http://www.perldoc.com/perl5.8.0/pod/perlboot.html
http://www.perldoc.com/perl5.8.0/pod/perltoot.html
http://www.perldoc.com/perl5.8.0/pod/perltooc.html
http://www.perldoc.com/perl5.8.0/pod/perlbot.html

That should get you started.

~Charlie
:wq

rob2132
10-09-03, 02:14 PM
I also recommend doing some searches online. Another book other than the Conway book (which is good as the other poster stated) would be Learning Perl Objects, References and Modules, by O'Reilly. You should be familar with certain concepts prior to reading that though (at least knowing the methods and content of Learning Perl by O'Reilly first). Those two books and perltoot, you should have more than enough information for OO Perl.