in reply to Re: regexp questionin thread regexp question
If I had to keep this limitation I would do:
my @a = grep { /^.{1,20}$/ } split " ", $string [download]