in reply to Re^2: greping thru a hash of arrays
in thread greping thru a hash of arrays

There were a few errors. As linuxer pointed out, the second argument to grep should not be an array-ref. The second through last arguments are the list of items to grep through.

Also, instead of @tbl{$i} you want to use @{$tbl{$i}}.