Help for this page

Select Code to Download


  1. or download this
    acer.xml' => [],
    tools.xml' => [],
    ...
    
                                      ],
    multimedia.xml' => [],
    
  2. or download this
    KEYS:files.xml
    Values:organize/files/load.c#6
           embark/files/data.c#4
    
  3. or download this
    foreach my $key ( keys %Hash ) {
            my $value = $Hash{$key};
            print "KEYS:$key 
                  VALUES:$value\n";
        }