Help for this page

Select Code to Download


  1. or download this
    $tags=join "|",map {quotemeta $_} keys %tags;
    1 while s/\b($tags)\b/$tags{$1}/g;