Hi,
I'm trying to get my head around some code
that has this statement:
push @{$xyz{$item[1]}{is}}, @{$item[3]};
something like there is a hash table %xyz, and they push
the value from another hash table associated with they key $item3, and also what is {is}(?)
thanks.
desrtman