Perl: Object oriented programming
Jump to navigation
Jump to search
Perl: object oriented programming
The contents of this page has recently been imported from an older version of this Wiki. This page may contain outdated information, information that is irrelevant for this Wiki, information that needs to be differently structured, outdated syntax, and/or broken links. Use with caution!
Summary ...
Contents
The single most compelling argument for Perl is the large base of modules that have been developed and are freely available on CPAN Here you will find information on how object oriented programming works in Perl and links to tutorials how to use, debug and write objects.
Tutorials on the Web
Use the following as reference and additional information, or simply read from several different angles to be sure you understand.
- The Perl module documentation
- The Perl object documentation
- An object oriented tutorial, a part of the Perl documentation
Further reading and resources