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