Help for this page

Select Code to Download


  1. or download this
    my $xml = 'ApplicationList.xml';
    my $xp = XML::XPath->new(filename => $xml);
    ...
       
    }
    print Dumper \%appid;
    
  2. or download this
    $VAR1 = {
              '1103' => {
    ...
                          'dddd' => undef
                        }
            };
    
  3. or download this
    $VAR1 = {
              '1103' => 'cccc',
    ...
              '957' => 'aaaa', 
              '1503' => 'dddd' 
            };