Help for this page

Select Code to Download


  1. or download this
    open file.xml ;
    $version := hash ../id /objects/obj/version ;
    ls /objects/obj[ count(refs/id)
                     and count(refs/id[xsh:lookup('version', .) = ../../ve
    +rsion])
                       = count(refs/id) ];
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    foreach my $node (@nodes) {
        say $node->toString(1);
    }