in reply to Re: Clubbing array elements together:
in thread Clubbing array elements together:

Nice! But map { $_ || "\0" } @array1 will fail with anything false like "0".
- Ron