in reply to Re: looping regex
in thread looping regex
my @test_text = $filetext =~ m/([\w\-._+]+\@[\w\-.]+)/gmx; if (scalar @test_text > 50) { #success! }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: looping regex
by jwkrahn (Abbot) on Apr 11, 2006 at 12:45 UTC |