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
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 *
enhanced debugger and interactive Perl environment,
with integrated editor support
-Described in L<perldebug>.
+Described in L<perldebtut>, L<perldebug> and L<perldebguts>.
=item *
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
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
You did try the B<-w> switch, didn't you?
+L<perldebtut>,
L<perldebguts>,
L<re>,
L<DB>,