From 7d6e530b0ca472b6bd9282eec3af36a6fcd8ed30 Mon Sep 17 00:00:00 2001 From: David Hersh Date: Thu, 31 Mar 2022 15:27:55 -0400 Subject: [PATCH] testing --- emails.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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($_);