Help for this page

Select Code to Download


  1. or download this
    use strict;
    my %repl = (
    ...
    $string =~ s/($search)/$repl{$1}/ge; 
    
    print "$string\n";