Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    use Data::Dumper;
    $Data::Dumper::Indent = 1;
    my $config = XMLin();
    print Dumper($config);
    
  2. or download this
    $VAR1 = {
      'Node' => [
    ...
        }
      ]
    };