Приглашаем посетить
Бестужев-Марлинский (bestuzhev-marlinskiy.lit-info.ru)

[Chapter 15] 15.7 Object-Oriented Programming

Previous Chapter 15
Perl Quick Reference
Next
 

15.7 Object-Oriented Programming

Perl rules of object-oriented programming:

Methods can be applied with:

method objref parameters        or
objref->method parameters


Previous Home Next
Subroutines, Packages, and Modules Book Index Arithmetic Functions