Help for this page

Select Code to Download


  1. 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";
        }
     }
    
  2. 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.
    
  3. or download this
    $db_hash{$path}{$index}{END}
    
  4. or download this
    $db_hash{$path}{'index'}{END}