for ( grep { filter($_) } @big_array ) { # do stuff } #### for ( @big_array ) { next if ! filter($_); # do stuff }