Help for this page

Select Code to Download


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