in reply to Re^2: Why does an array "dissolve" into a hash?
in thread Why does an array "dissolve" into a hash?
"Flattened into a list" is the commonly used, though it's a bit of a misnomer. The array doesn't get flattened into another data structure; an array simply returns its elements in list context.