do { push my @array, qw/x y z/ if $cond; push @array, qw/a b c/; ...some more things with @array... }