Help for this page

Select Code to Download


  1. or download this
    if ( !DO_SOMETHING ) {
      warn("some warning");
      next;
    }
    
  2. or download this
    unless ( DO_SOMETHING ) {
      warn("some warning");
      next;
    }