Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
    $root->set_att( 'fille' => 'clémence');
    open(PF, "> out.xml") or die "can't open file $!\n";
    $twig->print(\*PF);
    
  2. or download this
    cat out.xml                                                    
    <?xml version="1.0" encoding="UTF-8"?>
    <myxml fille="clémence"/