diff --git a/emails.pl b/emails.pl index d987c3c..a7e27cb 100755 --- a/emails.pl +++ b/emails.pl @@ -15,7 +15,7 @@ sub find_emails { find_emails($_); } -# get all emails from a file +# get all emails from a file 123 while () { $_ =~ s/\w+(.*?)\w+/; find_emails($_);