Help for this page

Select Code to Download


  1. or download this
    $sb->setAttribute(SourceDBType => 'XML') if !$sb->setAttribute('XML');
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    my @children = $doc->{root}{node}[0]('@');
    say @children == 5 ? "ok" : "XXX";
    
  3. or download this
    1
    XXX