my @test_text = $filetext =~ m/([\w\-._+]+\@[\w\-.]+)/gmx; if (scalar @test_text > 50) { #success! } [download]
In reply to Re^2: looping regex by ninja_byte in thread looping regex by ninja_byte