in reply to Re: Hash code bugin thread Hash code bug
That's not quite true. Perl will autovivify the first two keys. Dumper reveals %line to be...
print Dumper(\%line); __OUTPUT__ $VAR1 = { 'A' => { 'B' => {} } }; [download]