Help for this page
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!