Help for this page

Select Code to Download


  1. or download this
    my $simple = XML::Simple->new(
                                  KeepRoot=>1,  #I usually keep the root.
                                  KeyAttr=>[], #do not use attributes as h
    +ash keys
                                  ForceArray => 1 #force array wrapping to
    + keep order
                                 );
    
  2. or download this
    print "2", Dumper( $tree->{project}{'PlayGround'} ) ;    # want this
    + all the time.