diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-27 02:40:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-27 02:40:33 +0000 |
commit | 1577cd8083ce36a55c5a17443a5fe2c735f08e36 (patch) | |
tree | 048982f85480a7536f1f34dd9b7e1295e115dffb /pod/perlfaq9.pod | |
parent | 556e28cf79d79a34ad04435dccb8be1321f3a6c9 (diff) | |
download | perl-1577cd8083ce36a55c5a17443a5fe2c735f08e36.tar.gz |
I like doubleclicking on URLs in pods to select them.
p4raw-id: //depot/perl@15542
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r-- | pod/perlfaq9.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod index 4b500734a3..242bd49ff0 100644 --- a/pod/perlfaq9.pod +++ b/pod/perlfaq9.pod @@ -16,9 +16,9 @@ a program ("CGI script") and a web server (HTTPD). It is not specific to Perl, and has its own FAQs and tutorials, and usenet group, comp.infosystems.www.authoring.cgi -The original CGI specification is at: http://hoohoo.ncsa.uiuc.edu/cgi/ +The original CGI specification is at: http://hoohoo.ncsa.uiuc.edu/cgi/ -Current best-practice RFC draft at: http://CGI-Spec.Golux.Com/ +Current best-practice RFC draft at: http://CGI-Spec.Golux.Com/ Other relevant documentation listed in: http://www.perl.org/CGI_MetaFAQ.html @@ -382,7 +382,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.cpan.org/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 |