diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:07:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:07:00 +0000 |
commit | 6cecdcac8975bfe2a12272798634919e91b189db (patch) | |
tree | 96993071a6c8dc36b89fa212cc7b4589a3ae6960 /pod/perlfaq9.pod | |
parent | 93342173b757d10fa4133d719efc52a68025860f (diff) | |
download | perl-6cecdcac8975bfe2a12272798634919e91b189db.tar.gz |
fix outdated URLs (from Michael G Schwern)
p4raw-id: //depot/perl@5319
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r-- | pod/perlfaq9.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod index c30ff20479..d2f2034e1b 100644 --- a/pod/perlfaq9.pod +++ b/pod/perlfaq9.pod @@ -20,7 +20,7 @@ may not be so well received. The useful FAQs and related documents are: CGI FAQ - http://www.webthing.com/page.cgi/cgifaq + http://www.webthing.com/tutorials/cgifaq.html Web FAQ http://www.boutell.com/faq/ @@ -170,7 +170,7 @@ through proxies: # or print HTML from a URL use LWP::Simple; - getprint "http://www.sn.no/libwww-perl/"; + getprint "http://www.linpro.no/lwp/"; # or print ASCII from HTML from a URL # also need HTML-Tree package from CPAN |