http://qs321.pair.com?node_id=399618


in reply to Re^6: Murder of a Perl coder (announced)
in thread Murder of a Perl coder (announced)

The hashLookup function would look something like this:

string hashLookup ( Match m ) { return hash[m.Value]; }

I might pick up your challenge to compare the C# version of sub fillTemplate in a new thread, if you don't mind, since it may have wider interest than here at Re^8.