in reply to
How do I print a partial array?
print map { defined $_ ? $_ : ''; } @b;
would be one way.
Comment on
Re: How do I print a partial array?
Download
Code
In Section
Seekers of Perl Wisdom