Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Global symbol "$e" requires explicit package name (did you forget to d
    +eclare "my $e"?) at bad-syntax.pl line 10.
    syntax error at bad-syntax.pl line 10, near ") {"
    Execution of bad-syntax.pl aborted due to compilation errors.
    
  2. or download this
    use strict;
    use warnings;
    ...
    __END__
    $ perl bad-exception.pl
    broken catch: hi at bad-exception.pl line 21.