Help for this page

Select Code to Download


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