Help for this page

Select Code to Download


  1. or download this
    eval {
        # here we try
    ...
        # here we catch
        ...
    }
    
  2. or download this
    # Try clause
    my ($error1, $error2);
    ...
    if ($error1) {
        # handle exception
    }