in reply to Re^2: XML::Twig and handles on regex/xpath
in thread XML::Twig and handles on regex/xpath
Then add the following filter within the sub
return if $_->tag !~ /^tag[123]$/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::Twig and handles on regex/xpath
by Eythil (Acolyte) on Apr 28, 2011 at 08:25 UTC |