{ do_something( $_) } forall ( @alist ) where { condition( $_ ) } #### do_something( $_ ) for grep condition( $_ ), @alist;