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