Graham Barr wrote:
> The other choice is not to have a concat operator but instead have
> C<concat LIST>, but I guess not many people would like that either.

        sub concat(@) { join '', @_ }

Seems to me like the sort of thing that ought to be in the core.

-- 
John Porter

Reply via email to