in reply to
XML:Simple read tag value with regex
Your Perl code is probably fine, but that is not valid XML syntax. Use XML entity references (something like this):
<rule>['^(<xyz>)']</rule>
[download]
Comment on
Re: XML:Simple read tag value with regex
Download
Code
In Section
Seekers of Perl Wisdom