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
Comment on
Re^2: Clubbing array elements together:
Select
or
Download
Code
In Section
Seekers of Perl Wisdom