Help for this page

Select Code to Download


  1. or download this
    if (problem) {
       fixIt;
    ...
    } else {
       unlink $indicator;
    }
    
  2. or download this
    if (problem) {
       logIt;
    ...
    } else {
       unlink $indicator;
    }