Help for this page

Select Code to Download


  1. or download this
    $error = "Bad result", next unless defined $result;
    
  2. or download this
    do{push @results, $item; next} if defined $item;
    
  3. or download this
    if(defined $item){push @results, $item; next}