%hash = (name => foo, list => (1, 2, 3)); @array = $hash{list}; foreach(@array){print "$_\n";}