Help for this page

Select Code to Download


  1. or download this
    sub check_errors {
      return unless ($ERRORCHECK == 1);
    ...
        # exit the program
      }
    }
    
  2. or download this
    ...do stuff...
    check_errors();
    ...do more stuff...
    check_errors();
    ... etc.