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


in reply to Re^5: Anonymous Hash in Constructor
in thread Anonymous Hash in Constructor

Then will this blow yours?

sub new { print {+shift} "This is a method happening.\n" } bless \*STDOUT; (\*STDOUT)->new;

Probably not.

(I'd have to have this explained to me to understand it.)