|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: How do I print a partial array?by Sifmole (Chaplain) |
| on Jun 13, 2001 at 18:15 UTC ( [id://88147]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
print map { defined $_ ? $_ : ''; } @b; would be one way.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||