Help for this page

Select Code to Download


  1. or download this
    if (($hdata =~/$crit1/ig) && ($hdata =~/$crit2/ig) && 
        ($hdata =~/$crit3/ig)) {
      print "$hdata<br>";
    }