Help for this page

Select Code to Download


  1. or download this
    my $variables = join "|", map { "\\b$_\\b" } reverse sort keys %cats;
    $variables = qr/$variables/;
    ...
    $texttosub =~ s|($variables)|$cats{ $1 }|g;
    
    # now there are no more variables, so we can evaluate the thing