Help for this page

Select Code to Download


  1. or download this
    eval {
       # my code here
    ...
       my $err=$@;
       # my exception handling code here, uses $err, not $@
    }