Help for this page

Select Code to Download


  1. or download this
    eval {
        # Do stuff
        1;
    } or do {
        # Handle errors
    };
    
  2. or download this
    eval { ... ; 1}
        or die "Barfoo ... $@";