Help for this page

Select Code to Download


  1. or download this
    #print Dumper( \%Hash_filematches ); -->Shows correct data
    
  2. or download this
        print "PRINTING MATCHED HASHES\n";
    foreach my $key ( keys %Hash_filematches ) {
    ...
            my $value = $Hash_filematches{$key};
            print "$key => $value\n" ;
        }
    
  3. or download this
    PRINTING MATCHED HASHES
    array.xml => ARRAY(0x1b26ac8)
    ...
    multimedia.xml => ARRAY(0x1b26b58
    ......
    ......