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