http://www.perlmonks.org?node_id=957134


in reply to Re: Perl "new" command
in thread Perl "new" command

n Perl the constructor doesn't have to be named "new"

In Perl no, but OO frameworks like Moose and its derivatives have adopted this convention and use "new" for object instantiation.

Principle of Least Astonishment: Any language that doesn’t occasionally surprise the novice will pay for it by continually surprising the expert