in reply to Re: Join returning array reference, not string... why?
in thread Join returning array reference, not string... why?

Yeah, that was one of those bracketed things that I tried, and what that did was return the array, but join only used the scalar context and printed:
map : [4] . . .
... that's part of why I got so puzzled. Thanks, though!