Help for this page
my $comb=join('|',@ARGV); while($line=<$infile>){ if($line=~$comb){ ... if($line=~$target){ # do a thing }}}}