in reply to
A regexp/split question
i would do this:
@flds = grep { length } split(/\s+/);
Comment on
Re: A regexp/split question
Download
Code
In Section
Seekers of Perl Wisdom