Help for this page

Select Code to Download


  1. or download this
    my $t= XML::Twig->new();
    $t->parsefile("new.xml");
    ...
    { 
        print $para->text()."\n";
    }
    
  2. or download this
    <root>
    <record>
    ...
    </record>
    
    </root>