Help for this page
if (($hdata =~/$crit1/ig) && ($hdata =~/$crit2/ig) && ($hdata =~/$crit3/ig)) { print "$hdata<br>"; }