|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: match sequences of words based on number of charactersby Anonymous Monk |
| on Feb 17, 2013 at 18:22 UTC ( #1019181=note: print w/ replies, xml ) | Need Help?? |
|
add use re 'debug'; to see what the regex engine is doing, and why your match fails Then, use my @list = grep $lengthy, split /\W/, $str Where or whatever counting logic you require
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||