Help for this page
use strict; use warnings; ... 'Input'->awesome; }; say "Caught: $@" if $@;
This is perl v5.16.2 yay, this works Caught: Can't locate object method "awesome" via package "IO::File" at + prog.pl line 27.