Help for this page
push @{$hash{A1}{B2}{C1}}, $item;
$ perl ttt3.pl Can't use string ("") as a HASH ref while "strict refs" in use at ttt3 +.pl line 7. ... if (exists $hash{A1}{B2}{C1}) { print "Baz!\n"; }