in reply to
(Ovid) Re: ignoring empty returns from split
in thread
ignoring empty returns from split
If it's not possible that length() could return a negative value, then isn't this sufficient:
grep { length }
Just curious. Not trying to be snarky.
Comment on
Re^2: ignoring empty returns from split
Download
Code
In Section
Seekers of Perl Wisdom