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


in reply to Template Question

Hi,
I use to keep my variables on a hash and then use a very similar approach as abell (assuming that the variables are written in a Makefile-like style: $(variablename):
foreach (keys %global_variables) { $content =~ s/\$\($_\)/$global_variables{$_}/g; }
but with this code it is not possible to escape the variable name expansion (e.g. by putting a \) in front of the $. Since there are probably some pitfalls around it would be wise to use an exisiting templating system (btw: is there any reason that so many templating systems exist? ;-)

Regards... Stefan
you begin bashing the string with a +42 regexp of confusion