Help for this page

Select Code to Download


  1. or download this
    my $tree = 
        {
    ...
                ForceArray => ['map'], KeyAttr => []
            )
        ->{table};
    
  2. or download this
    my $tree = $xml->XMLin($fileName, 
       ForceArray => [qw( map )],
       KeyAttr    => {},
       KeepRoot   => 1,
    );