Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    use XML::Simple qw(:strict);
    my $xml = XMLin($menufile,forcearray=>['item','command','exec','menu']
    +,keyattr=>[],suppressempty=>undef);
    print Dumper($xml);
    
  2. or download this
    $VAR1 = {
              'menu' => [
    ...
                        }
                      ]
            };