Use alternative URLs for links which are now broken (link rot)
Leon Brocard [Fri, 4 Sep 2009 07:48:45 +0000 (08:48 +0100)]
README.ko
emacs/ptags
hints/bsdos.sh
hints/irix_6.sh
hints/svr5.sh
pod/perlop.pod
pod/perlopentut.pod
pod/perlport.pod

index 2f6589b..880fe9b 100644 (file)
--- a/README.ko
+++ b/README.ko
@@ -157,10 +157,6 @@ Perl 
 
   Çѱ¹¾î Perl ´º½º ±×·ì
 
-=item L<http://seoul.pm.org/>
-
-  Perl ¸Á°Å½º (¼­¿ï)
-
 =item L<http://www.perlmania.or.kr/>
 
   Home for Korean Perlmanias
index c017e66..c7f8391 100755 (executable)
@@ -9,9 +9,6 @@
 #
 # fullpath - use full paths in TAGS (default: relative to the root)
 #
-# (IZ: to be a happier jumper: install 'imenu-go.el' from
-#      ftp://ftp.math.ohio-state.edu/pub/users/ilya/emacs.)
-#
 # (Some tags should probably live in their own subdirs, like those in x2p/,
 # but I have never been interested in x2p anyway.)
 #
index 65eaf7f..53a5cd2 100644 (file)
@@ -27,7 +27,7 @@ case "$usemallocwrap" in
 esac
 
 # setre?[ug]id() have been replaced by the _POSIX_SAVED_IDS versions.
-# See <A HREF="http://www.bsdi.com/bsdi-man?setuid">http://www.bsdi.com/bsdi-man?setuid</A>(2)
+# See man 2 setuid
 d_setregid='undef'
 d_setreuid='undef'
 d_setrgid='undef'
index 93d6618..e36d643 100644 (file)
@@ -192,7 +192,7 @@ esac'
        case "`uname -s`" in
        # Without the -mabi=64 gcc in 64-bit IRIX has problems passing
        # and returning small structures.  This affects inet_*() and semctl().
-       # See http://reality.sgi.com/ariel/freeware/gcc-2.8.1-notes.html
+       # See http://groups.google.com/group/comp.sys.sgi.admin/msg/3ad8353bc4ce3cb0
        # for more information.  Reported by Lionel Cons <lionel.cons@cern.ch>.
        IRIX64) ccflags="$ccflags -mabi=64"
                ldflags="$ldflags -mabi=64 -L/usr/lib64"
index ef1d7d5..87118f4 100644 (file)
@@ -48,14 +48,15 @@ esac
        want_dbm='yes'          # use dbm if can find library in /usr/local/lib
        want_gdbm='yes'         # use gdbm if can find library in /usr/local/lib
        want_udk70=''           # link with old static libc pieces
-            # link with udk70 if building on 7.1 abd want resulting binary 
+            # link with udk70 if building on 7.1 and want resulting binary
             # to run on uw7.0* - it will link in referenced static symbols 
             # of libc that are (now) in the shared libc.so on 7.1 but were 
             # not there in 7.0.
             # There are still scenarios where this is still insufficient so 
             # overall it is preferable to get ptf7051e 
             #   ftp://ftp.sco.com/SLS/ptf7051e.Z
-            # installed on any/all 7.0 systems and leave the above unset.
+            # installed on any/all 7.0 systems and leave the above unset
+            # (sadly this is unavailable as of 2009-08-03)
 
 if [ "$want_ucb" ] ; then 
     ldflags= '-L/usr/ucblib'
index adf0718..b2f5113 100644 (file)
@@ -1296,7 +1296,7 @@ doing different actions depending on which regexp matched.  Each
 regexp tries to match where the previous one leaves off.
 
  $_ = <<'EOL';
-      $url = URI::URL->new( "http://www/" );   die if $url eq "xXx";
+      $url = URI::URL->new( "http://example.com/" ); die if $url eq "xXx";
  EOL
  LOOP:
     {
index b903378..9139ebc 100644 (file)
@@ -779,7 +779,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.linpro.no/lwp/');
+    $doc = get('http://www.cpan.org/');
 
 =head2 Binary Files
 
index 8c46b89..88c6e8f 100644 (file)
@@ -932,7 +932,6 @@ and L<perldos>.
 =item *
 
 The EMX environment for DOS, OS/2, etc. emx@iaehv.nl,
-http://www.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/index.html or
 ftp://hobbes.nmsu.edu/pub/os2/dev/emx/  Also L<perlos2>.
 
 =item *
@@ -1035,10 +1034,6 @@ MacPerl Development, http://dev.macperl.org/ .
 
 =item *
 
-The MacPerl Pages, http://www.macperl.com/ .
-
-=item *
-
 The MacPerl mailing lists, http://lists.perl.org/ .
 
 =item *