blob: 886dc80a43a283ea869f6a49d08df44be15b27c4 (
plain) (
blame)
1
2
3
4
5
6
|
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).
|