Help for this page
print "From outside the subroutine:\n"; my $i = 0; ... print "$myHash{ $names[$i] }{ name }\n"; $i++; }
Use of uninitialized value in concatenation (.) or string at hashOfHas +hes.pl line 22, <INFO> line 5.