in reply to
manipulating arrays
Try
grep
:
@dirs = grep !/^$/, @testListArray;
[download]
gives you an array without empty strings.
Comment on
Re: manipulating arrays
Download
Code
In Section
Seekers of Perl Wisdom