summaryrefslogtreecommitdiff
path: root/pod/perlopentut.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-28 10:07:00 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-28 10:07:00 +0000
commite4c4c96b322d6dc67dd6e063622e7959c662f09f (patch)
tree96993071a6c8dc36b89fa212cc7b4589a3ae6960 /pod/perlopentut.pod
parentb3eef6934c16dc000e0a4ee820ab0df6fd382d00 (diff)
downloadperl-e4c4c96b322d6dc67dd6e063622e7959c662f09f.tar.gz
fix outdated URLs (from Michael G Schwern)
p4raw-id: //depot/perl@5319
Diffstat (limited to 'pod/perlopentut.pod')
-rw-r--r--pod/perlopentut.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod
index cc9cf63ff2..d3d9f5ada5 100644
--- a/pod/perlopentut.pod
+++ b/pod/perlopentut.pod
@@ -696,7 +696,7 @@ the doctor ordered. There's no filehandle interface, but
it's still easy to get the contents of a document:
use LWP::Simple;
- $doc = get('http://www.sn.no/libwww-perl/');
+ $doc = get('http://www.linpro.no/lwp/');
=head2 Binary Files