in reply to
Embedding Perl into HTML
Sure:
s/\{(.*)\}/$1/eg;
[download]
(Obviously this is a pretty silly answer. But the question is fairly silly also =] )
Comment on
Re: Embedding Perl into HTML
Download
Code
In Section
Seekers of Perl Wisdom