in reply to Re^3: Is it ok to mix functional and oo programming in one package?
in thread Is it ok to mix functional and oo programming in one package?
Avoiding the:
indirect object syntax is routine Perl style advice. See, for example:my $obj = new Foo;
|
---|