Help for this page
use strict; use warnings; ... $text =~ s/%(\w)%/$hash->{$1}/g; return $text; }
using System; using System.Collections; ... return (string)hash[m.Groups["templ"].Value]; } }