- or download this
foreach $path ( keys %db_hash ) {
print "List for $path...\n";
foreach $index ( keys %{ $db_hash{$path} } ) {
print "END: ", $db_hash{$path}{$index}{END}, "\n";
}
}
- or download this
Use of uninitialized value in print at ./utk.pl line 66, <FH> line 246
+99.
Use of uninitialized value in print at ./utk.pl line 66, <FH> line 246
+99.
- or download this
$db_hash{$path}{$index}{END}
- or download this
$db_hash{$path}{'index'}{END}