Help for this page

Select Code to Download


  1. or download this
    foreach my $search (keys %patdic) {
        s/$search/$patdic{$search}/g;
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    s/$search/$subst/g;
    print;
    print "\n";