my ($iFile, $oFile, $searchFor) = @ARGV; $searchFor = quotemeta( $searchFor || 'QUALIFIED_CLOCK ); .... next if $find_flag and /\s+$searchFor/;