Help for this page

Select Code to Download


  1. or download this
    eval {
        # Do stuff
    }; if (my $e = $@) {
        # Handle any errors
    }
    
  2. or download this
    eval {
        # Do stuff
    ...
        }
        # Handle any errors
    }