in reply to Re: Hash code bug
in thread Hash code bug

   and that code isn't doing anything. What do you think it should do?

That's not quite true. Perl will autovivify the first two keys. Dumper reveals %line to be...

print Dumper(\%line); __OUTPUT__ $VAR1 = { 'A' => { 'B' => {} } };
---
my name's not Keith, and I'm not reasonable.