Help for this page

Select Code to Download


  1. or download this
    # first possibility
    $scalar = quotemeta('.*');
    ...
    chomp($scalar = <>);
    $scalar = quotemeta($scalar);
    $foo =~ s/$scalar/string/;