Help for this page

Select Code to Download


  1. or download this
    unless (eval { # <-- "try"
       do_something_that_might_die();
    ...
       # check $error
       # then die or fix / workaround the problem
    }