Help for this page
<root> <class name='music'> ... </record> </class> </root>
use XML::Twig; ... my $twig = new XML::Twig(TwigRoots => $roots, TwigHandlers => $handlers); $twig->parsefile('class_report.xml');