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

a constructor is simply a sub, that returns a blessed reference.
Note that's not what you said before. There you said:
I thought a constructor is any routine that calls the bless operator.
which I find a silly and confusing term.

BTW, just because something is mentioned in the documentation doesn't mean 1) it's useful, 2) it's true, or 3) I agree with it.

Replies are listed 'Best First'.
Re^9: Perl "new" command
by nemesdani (Friar) on Mar 01, 2012 at 13:33 UTC
    You're right, I was sloppy!