www.perl.com
Perl Programming
Object Oriented Programming
  • OOP allows you to model reality, collecting data into distinct reusable objects.
  • The closer an object model is to reality, the more accurate and useful that model can be.
  • Perl allows, but does not require, OOP.
  • Perl makes OOP simple by using existing mechanisms.
  • For more information:
    • perldoc perlboot for a basic OO tutorial.
    • perldoc perltoot for another OO tutorial.
    • perldoc perlobj for summary.
http://stuff.mit.edu/iap/perl/