summaryrefslogtreecommitdiff
path: root/pod/perlfaq9.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-28 03:37:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-28 03:37:30 +0000
commit0bc0ad857ef0ded50c72fba42503c958a1579a5a (patch)
tree1c6c540a7a32efd2b8891c8be11aae8fb4cc6805 /pod/perlfaq9.pod
parent6ce9a2f89f371acff052cd6a90c56819d51326c2 (diff)
downloadperl-0bc0ad857ef0ded50c72fba42503c958a1579a5a.tar.gz
FAQ sync.
p4raw-id: //depot/perl@14460
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r--pod/perlfaq9.pod11
1 files changed, 8 insertions, 3 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index cdc00d6755..4b500734a3 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq9 - Networking ($Revision: 1.5 $, $Date: 2001/11/09 08:06:04 $)
+perlfaq9 - Networking ($Revision: 1.7 $, $Date: 2002/01/28 04:17:27 $)
=head1 DESCRIPTION
@@ -48,7 +48,12 @@ systems. CGI.pm selects an appropriate newline representation
=head2 My CGI script runs from the command line but not the browser. (500 Server Error)
-If you can demonstrate that you've read the FAQs and that
+Several things could be wrong. You can go through the "Troubleshooting
+Perl CGI scripts" guide at
+
+ http://www.perl.org/troubleshooting_CGI.html
+
+If, after that, you can demonstrate that you've read the FAQs and that
your problem isn't something simple that can be easily answered, you'll
probably receive a courteous and useful reply to your question if you
post it on comp.infosystems.www.authoring.cgi (if it's something to do
@@ -607,7 +612,7 @@ an RPC stub generator and includes an RPC::ONC module.
=head1 AUTHOR AND COPYRIGHT
-Copyright (c) 1997-1999 Tom Christiansen and Nathan Torkington.
+Copyright (c) 1997-2002 Tom Christiansen and Nathan Torkington.
All rights reserved.
This documentation is free; you can redistribute it and/or modify it