in reply to
Re: XML-related Regular Expressions
in thread
XML-related Regular Expressions
$XML_CombiningChar = qr/[$XML_CombiningChar]/;
Nice! Reusing the same variable eliminates the need for another scratch variable in the same scope.
—John
Comment on
Re: XML-related Regular Expressions
Download
Code
In Section
Cool Uses for Perl