Help for this page

Select Code to Download


  1. or download this
    #!/perl/bin/perl -w
    
    ...
    $twig->print( \*XML_OUT);
    
    close XML_OUT;
    
  2. or download this
    <root>
      <child>
        <children>foo_bar</children>
      </child>
    </root>