# copy keys to array @array = keys %hash; # copy values to array @array = values %hash; # copy key-value pairs to array @array = %hash