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:

my $obj = new Foo;
indirect object syntax is routine Perl style advice. See, for example:

  • Comment on Re^4: Is it ok to mix functional and oo programming in one package?
  • Download Code