Help for this page

Select Code to Download


  1. or download this
    sub createPath {
        my $path = shift;
    ...
        $xp->createNode($path) or die "Could not create node: $!";
    
    }