Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl -w
    use strict;
    ...
    }
    
  2. or download this
    $ perl test.pl test.xml
    Bork_40kbps_44khz.mp3Bork_16khz.awbBork.rmf
    
  3. or download this
    my @nodes = $xpc->findnodes('//mp3Resource/Borkbot:resourceFilename');
    foreach my $node (@nodes) {
        print $node->to_literal;
    }
    
  4. or download this
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <BorkProduct xmlns="http://www.Borkbot.net/telcel/Bork" xmlns:Borkbot=
    +"http://www.Borkbot.com/content" xmlns:jcr="http://www.Bork.org/jcr/1
    +.0">
    ...
        </premium>
    </BorkProduct>