Help for this page

Select Code to Download


  1. or download this
    foreach($_){$count++;};
    033:                 if (($_ ne "Dave") && ($count <= 20))
    034:                 {
    
  2. or download this
    foreach($_){$count++;};
    033:                 if (( $_ !~ /dave/i ) && ($count <= 20))
    034:                 {