Help for this page
# first possibility $scalar = quotemeta('.*'); ... chomp($scalar = <>); $scalar = quotemeta($scalar); $foo =~ s/$scalar/string/;