sub return_array { @_ } my $new_count = push (return_array(qw( foo bar ))), 'baz';