foreach my $studentInfo_row ( grep { $_->[0] % 2 } @{$studentInfo}) { ... }