9e4327cb2b
scheduled import of p5 module File::Util. Class::OOorNO helps a 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).
4 lines
270 B
Text
4 lines
270 B
Text
Class::OOorNO helps a 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).
|