in reply to Re^2: A brain twister? (how to make 2 lines->1)
in thread A brain twister? (how to make 2 lines->1)

but map only works on array according to the manpage
No, map works on lists.
but each is just demented...1 item at a time...w/no slurp-ability
No, each fills a specific, useful niche. You are forgetting that a hash in list context returns its keys and values:
@array=%hash;

Dave.