Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        $string =~ s/\Q$Search[$i]/$Replace[$i]/g;
    }
    print "new string: $string\n"