foreach ( @alist ) { if ( condition( $_ ) ) { do_something( $_ ); } }