more useful options | |
PerlMonks |
How do I define methods for every class/object?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:20 UTC ( [id://641]=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: Use the UNIVERSAL class (see the UNIVERSAL manpage).
|
|