From: Mark-Jason Dominus Date: Thu, 8 Nov 2001 08:08:07 +0000 (+0000) Subject: bleadperl perldebug.pod: mention perldebtut.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6b3c421ec714744486f68cd1e3775fee60ba4e7;p=p5sagit%2Fp5-mst-13.2.git bleadperl perldebug.pod: mention perldebtut.pod 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 --- diff --git a/pod/perl.pod b/pod/perl.pod index b9e3136..83c3097 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -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, L, L, and L. object-oriented programming -Described in L, L, and L. +Described in L, L, L, L, +and L. =item * @@ -307,7 +308,7 @@ Described in L, with additional examples in L. enhanced debugger and interactive Perl environment, with integrated editor support -Described in L. +Described in L, L and L. =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 diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 7997a38..bb01bd3 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -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, 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 for the details. You did try the B<-w> switch, didn't you? +L, L, L, L,