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


in reply to Autoboxing by subclassing CORE

Nice :-). FWIW this is autounboxing you are demonstrating; autoboxing would be "Hello World\n"->substr(6) working.