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