Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    # moving on to other business:
    my $z = 1; #eval { 1 }; # "reset" $@
    die; # still displays the $@ of last failed eval which is irrelevant a
    +t this point in the code!