Help for this page

Select Code to Download


  1. or download this
    push @{$hash{A1}{B2}{C1}}, $item;
    
  2. or download this
    $ 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";
    }