summaryrefslogtreecommitdiff
path: root/pod/perlfaq3.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-18 00:10:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-18 00:10:44 +0000
commit8305e449a259649641f455b333f66bc0de7f3b62 (patch)
tree9df8d155049543c47d062096b9b045e573efe0ab /pod/perlfaq3.pod
parent91487cfc840e1faf4dbb6a4f7eb906993cbed22f (diff)
downloadperl-8305e449a259649641f455b333f66bc0de7f3b62.tar.gz
FAQ sync.
p4raw-id: //depot/perl@12486
Diffstat (limited to 'pod/perlfaq3.pod')
-rw-r--r--pod/perlfaq3.pod29
1 files changed, 5 insertions, 24 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod
index 27a54fa781..e4d03fb50a 100644
--- a/pod/perlfaq3.pod
+++ b/pod/perlfaq3.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq3 - Programming Tools ($Revision: 1.7 $, $Date: 2001/10/09 22:17:53 $)
+perlfaq3 - Programming Tools ($Revision: 1.8 $, $Date: 2001/10/17 14:14:20 $)
=head1 DESCRIPTION
@@ -869,30 +869,11 @@ For modules, get the CGI or LWP modules from CPAN. For textbooks,
see the two especially dedicated to web stuff in the question on
books. For problems and questions related to the web, like ``Why
do I get 500 Errors'' or ``Why doesn't it run from the browser right
-when it runs fine on the command line'', see these sources:
-
- WWW Security FAQ
- http://www.w3.org/Security/Faq/
-
- Web FAQ
- http://www.boutell.com/faq/
-
- CGI FAQ
- http://www.webthing.com/tutorials/cgifaq.html
-
- HTTP Spec
- http://www.w3.org/pub/WWW/Protocols/HTTP/
-
- HTML Spec
- http://www.w3.org/TR/REC-html40/
- http://www.w3.org/pub/WWW/MarkUp/
-
- CGI Spec
- http://www.w3.org/CGI/
-
- CGI Security FAQ
- http://www.go2net.com/people/paulp/cgi-security/safe-cgi.txt
+when it runs fine on the command line'', see the troubleshooting
+guides and references in L<perlfaq9> or in the CGI MetaFAQ:
+ http://www.perl.org/CGI_MetaFAQ.html
+
=head2 Where can I learn about object-oriented Perl programming?
A good place to start is L<perltoot>, and you can use L<perlobj>,