Help for this page

Select Code to Download


  1. or download this
    $captureTemplateTree = new XML::Twig();
    $captureTemplateTree->parsefile($captureTemplateName);
    open my $fh, "/tmp/out.xml";
    $captureTemplateTree->print( $fh );