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