[ID 20010205.001] typo in perlfaq9
eserte@vran.herceg.de [Sun, 4 Feb 2001 23:44:09 +0000 (00:44 +0100)]
Message-Id: <200102042244.XAA21926@vran.herceg.de>

p4raw-id: //depot/perl@8744

pod/perlfaq9.pod

index 4c701ca..3c15050 100644 (file)
@@ -343,7 +343,7 @@ deliverable which are compliant.
 
 Many are tempted to try to eliminate many frequently-invalid
 mail addresses with a simple regex, such as
-C</^[\w.-]+\@([\w.-]\.)+\w+$/>.  It's a very bad idea.  However,
+C</^[\w.-]+\@([\w.-]+\.)+\w+$/>.  It's a very bad idea.  However,
 this also throws out many valid ones, and says nothing about
 potential deliverability, so is not suggested.  Instead, see
 http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/ckaddr.gz ,