in reply to RE (tilly) 1: hash name not sticking?
in thread hash name not sticking?

i want hash %hash. so that i can call the values as in the HTML.
my $hash = {}; ... push @{$hash{$1}{$2}}, $try->param($string); ... <P> then you have:<BR><P>$hash{12}{1}
same error