Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        'Input'->awesome;
    };
    say "Caught: $@" if $@;
    
  2. or download this
    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.