in reply to RE (tilly) 1: hash name not sticking?in thread hash name not sticking?
my $hash = {}; ... push @{$hash{$1}{$2}}, $try->param($string); ... <P> then you have:<BR><P>$hash{12}{1} [download]