2007-04-26 21:58:47 +02:00
|
|
|
Class::OOorNO
|
|
|
|
|
|
|
|
Class::OOorNO helps your module handle the input for its subroutines
|
|
|
|
whether called in object-oriented style (as object methods or class
|
|
|
|
methods with the arrow syntax ->), or in functional programming style
|
|
|
|
(as subroutines imported to the caller's namespace via Exporter).
|
|
|
|
|
2007-12-20 21:11:49 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Class-OOorNO/
|