Help for this page

Select Code to Download


  1. or download this
    my $re = join '|', map "\Q$_\E", sort {length $b <=> length $a} keys %
    +dictionary;
    while (<FILEIN>) {
        s/($re)/$dictionary{$1}/g
    }