bleadperl perldebug.pod: mention perldebtut.pod
Mark-Jason Dominus [Thu, 8 Nov 2001 08:08:07 +0000 (08:08 +0000)]
Date: 8 Nov 2001 08:08:07 -0000
Message-Id: <20011108080807.30147.qmail@plover.com>

Subject: bleadperl perl.pod
From: mjd@plover.com
Date: 8 Nov 2001 08:10:47 -0000
Message-Id: <20011108081047.30178.qmail@plover.com>

Subject: more bleadperl perl.pod
From: mjd@plover.com
Date: 8 Nov 2001 08:16:28 -0000
Message-Id: <20011108081628.30229.qmail@plover.com>

p4raw-id: //depot/perl@12893

pod/perl.pod
pod/perldebug.pod

index b9e3136..83c3097 100644 (file)
@@ -81,7 +81,7 @@ For ease of access, the Perl manual has been split up into several sections.
     perlnumber         Perl number semantics
 
     perlthrtut         Perl threads tutorial
-      perlothrtut              Perl threads tutorial
+      perlothrtut              Old Perl threads tutorial
 
     perlport           Perl portability guide
     perllocale         Perl locale support
@@ -270,7 +270,8 @@ Described in L<perlreftut>, L<perlref>, L<perldsc>, and L<perllol>.
 
 object-oriented programming
 
-Described in L<perlobj>, L<perltoot>, and L<perlbot>.
+Described in L<perlobj>, L<perlboot>, L<perltoot>, L<perltooc>,
+and L<perlbot>.
 
 =item *
 
@@ -307,7 +308,7 @@ Described in L<perlre>, with additional examples in L<perlop>.
 enhanced debugger and interactive Perl environment,
 with integrated editor support
 
-Described in L<perldebug>.
+Described in L<perldebtut>, L<perldebug> and L<perldebguts>.
 
 =item *
 
@@ -347,8 +348,9 @@ Perl developers, please write to perl-thanks@perl.org .
  a2p   awk to perl translator
  s2p   sed to perl translator
 
- http://www.perl.com/      the Perl Home Page
- http://www.perl.com/CPAN   the Comprehensive Perl Archive
+ http://www.perl.com/       the Perl Home Page
+ http://www.cpan.org/       the Comprehensive Perl Archive
+ http://www.perl.org/       Perl Mongers (Perl user groups)
 
 =head1 DIAGNOSTICS
 
index 7997a38..bb01bd3 100644 (file)
@@ -6,6 +6,10 @@ perldebug - Perl debugging
 
 First of all, have you tried using the B<-w> switch?
 
+
+If you're new to the Perl debugger, you may prefer to read
+L<perldebtut>, which is a tutorial introduction to the debugger .
+
 =head1 The Perl Debugger
 
 If you invoke Perl with the B<-d> switch, your script runs under the
@@ -940,6 +944,7 @@ See L<perldebguts/"Debugging Perl memory usage"> for the details.
 
 You did try the B<-w> switch, didn't you?
 
+L<perldebtut>,
 L<perldebguts>,
 L<re>,
 L<DB>,