![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: How do I print a partial array?by Sifmole (Chaplain) |
on Jun 13, 2001 at 22:15 UTC ( [id://88147]=note: print w/replies, xml ) | Need Help?? |
print map { defined $_ ? $_ : ''; } @b; would be one way.
In Section
Seekers of Perl Wisdom
|
|