Perl programming on MPE/iX - February 2001

February 9, 2001
Solution Symposium
Page 30
hp e3000
perl
programming
object oriented programming
an object consists of:
attributes (data)
methods (functions to manipulate the attributes)
many CPAN modules are object-oriented
for more info:
http://www.perl.com/pub/2000/12/begperl5.html
http://www.perl.com/pub/doc/manual/html/pod/perltoot
.html