Click here to Skip to main content
15,881,812 members
Articles / Programming Languages / Perl

Perl Object Oriented Programming

Rate me:
Please Sign up or sign in to vote.
4.49/5 (37 votes)
12 Nov 2002CPOL5 min read 515.5K   1.8K   38  
The basics of Object Oriented Programming in Perl
This article provides a brief introduction to object-oriented programming (OOP) in Perl. It explains the concepts of objects, classes, and methods. It demonstrates how to create a class, define methods, create objects, and use accessor methods. It also discusses inheritance and polymorphism in Perl's OOP. Finally, it provides a small program as an example to test the implemented classes.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
United States United States
Khürt Williams is an independent information systems security consultant working for private industry and government in the Princeton area. He holds CISSP, CCSP and ITIL certifications.

Comments and Discussions