eval { for my $case ( @cases ) { if (!interesting($case)) { next; } process($case); } };