This is my first good search CGI program


grep { (@$_ > 2 && $_->[2] > 4) && (@$_ > 4 && $_->[4] > 3) }

[["Joe", 3], ["Tim", 8], ["Harry", 10]]