Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use XML::TreeBuilder;
    
    my $xmlStr = <<'STR';
    
  2. or download this
        <root>
           <Check>
                    <Detail>
    ...
                    </Detail>
            </Check>
        </root>
    
  3. or download this
    STR
    
    ...
            print "Col: " . $_->as_text () . "\n" for ($_->find ('Col'));
        }
    }
    
  4. or download this
    Col: Guest
    Col: Weak
    ...
    Col: -
    Col: C:
    Col: NTFS