Help for this page

Select Code to Download


  1. or download this
    my $Tree = new XML::Twig (
       TwigHandlers => {
    ...
    );
    $Tree->safe_parsefile("c:/check.xml");
    warn $@ if $@;
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <Settings Version="1.0">
    ...
          <Filter Name="IP"/>
       </Filters>
    </Settings>