Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
How do I learn about object-oriented Perl programming?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:14 UTC ( [id://560]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: the perltoot manpage (distributed with 5.004 or later) is a good place to start. Also, the perlobj manpage, the perlref manpage, and the perlmod manpage are useful references, while the perlbot manpage has some excellent tips and tricks.
|
|