- or download this
my %hash; # hash of hashes already defined and filled in an earlier pa
+rt of code
...
print "found3\n";
}
}
- or download this
found2
found3
found2
found3
...
- or download this
foreach (sort keys %{$hash{$key1}}){
if ($hash{$key1}{$_}=~ /^.+_(\d+)_.+AAA/gi){
...
print "found3\n";
}
}
- or download this
foundx
found2
...
found2
found3
...