in reply to When to Use Object Oriented approach in Perl? (RFC)
On a related note, sometimes I find using OO only to have separate name space and not have to import k number of subs. That surely beats having to write the module name every time when calling a function. I do cringe having to provide a constructor (when all I need is a short syntax to call a sub) due to, however minor, work involved.
Is there any other reasonable alternative to the above?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: When to Use Object Oriented approach in Perl? (RFC)
by tobyink (Canon) on Aug 01, 2014 at 16:57 UTC |