Help for this page

Select Code to Download


  1. or download this
    alias ts='perl -v | grep "This is"; \
    perl -e"use XML::Twig; \
    print qq{XML::Twig: \$XML::Twig::VERSION\n}"; \
    perl -e"use XML::Parser; \
    print qq{XML::Parser: \$XML::Parser::VERSION\n}"; \
    xmlwf -v;'
    
  2. or download this
    This is perl, v5.6.1 built for i686-linux
    XML::Twig: 3.09
    XML::Parser: 2.31
    xmlwf using expat_1.95.5
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    
    ...
    <Document>
        <Node id="50">fünfzig</Node>
    </Document>