$_->op1() for ( @objects ); # bulk_op2 does the same job as op2 but with all objects in # one shot bulk_op2(@objects); $_->op3() for ( @objects );