if($_ =~ m/^(\Q$constant\E)/) { $line_count++; } #### my $searchterm = quotemeta $user_input; #### while ($_ =~ m/\Q$constant\E/gc) { $count++; }