@ary = values %hash; # assign all values in %hash to @ary push @ary, values %hash; # add all values in % hash to end of @ary