summaryrefslogtreecommitdiff
path: root/pod/perlfaq9.pod
diff options
context:
space:
mode:
authoreserte@vran.herceg.de <eserte@vran.herceg.de>2001-02-05 00:44:09 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-09 17:48:16 +0000
commit3d61b2bcb947517e114013565c3dbe5cc91e1fad (patch)
treeef0ba42bc41c86393f1ab5e7d0c1d4982a296cc5 /pod/perlfaq9.pod
parent106177897693458e75f43b4cc0955b5a51edc504 (diff)
downloadperl-3d61b2bcb947517e114013565c3dbe5cc91e1fad.tar.gz
[ID 20010205.001] typo in perlfaq9
Message-Id: <200102042244.XAA21926@vran.herceg.de> p4raw-id: //depot/perl@8744
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r--pod/perlfaq9.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index 4c701cafde..3c150502bd 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -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 ,