summaryrefslogtreecommitdiff
path: root/pod/perlfaq9.pod
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-11-08 13:33:18 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2001-11-08 12:49:28 +0000
commita93751fa40b15f424f91bba70d1533c6b4024e42 (patch)
tree1442611ac895495685bfc621051cf70dcb9afdab /pod/perlfaq9.pod
parenteb649f8332a68e044311e1ac390a40e67a4d5e90 (diff)
downloadperl-a93751fa40b15f424f91bba70d1533c6b4024e42.tar.gz
replace http://www.perl.com/CPAN/ with http://www.cpan.org/
Message-Id: <20011108133318.1786.qmail@plover.com> p4raw-id: //depot/perl@12897
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r--pod/perlfaq9.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index 62e3069c41..e3488e5f5c 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -115,7 +115,7 @@ Here's one "simple-minded" approach, that works for most files:
If you want a more complete solution, see the 3-stage striphtml
program in
-http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/striphtml.gz
+http://www.cpan.org/authors/Tom_Christiansen/scripts/striphtml.gz
.
Here are some tricky cases that you should think about when picking
@@ -272,7 +272,7 @@ with a complete URL. This redirection is handled by the web browser.
use CGI qw/:standard/;
- my $url = 'http://www.perl.com/CPAN/';
+ my $url = 'http://www.cpan.org/';
print redirect($url);
@@ -377,7 +377,7 @@ mail addresses with a simple regex, such as
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 it is not suggested. Instead, see
-http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/ckaddr.gz,
+http://www.cpan.org/authors/Tom_Christiansen/scripts/ckaddr.gz,
which actually checks against the full RFC spec (except for nested
comments), looks for addresses you may not wish to accept mail to
(say, Bill Clinton or your postmaster), and then makes sure that the