From 5d464584654bdb70b228ec3a4222d0fbb4c1d469 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 12 Feb 2011 07:07:05 -0800 Subject: [PATCH] perldebug tweaks --- pod/perldebug.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 9e67b4d..56777d2 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -9,7 +9,7 @@ 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 . +L, which is a tutorial introduction to the debugger. =head1 The Perl Debugger @@ -388,7 +388,7 @@ Delete all watch-expressions. =item o X -Display all options +Display all options. =item o booloption ... X @@ -589,7 +589,7 @@ blessed object, or to a package name. =item M X -Displays all loaded modules and their versions +Display all loaded modules and their versions. =item man [manpage] @@ -942,7 +942,7 @@ also from I, but from line 4. If you execute the C command from inside an active C statement, the backtrace will contain both a C frame and -an C) frame. +an C frame. =item Line Listing Format @@ -982,7 +982,7 @@ for incredibly long examples of these. If you have compile-time executable statements (such as code within BEGIN, UNITCHECK and CHECK blocks or C statements), these will I be stopped by debugger, although Cs and INIT blocks -will, and compile-time statements can be traced with C +will, and compile-time statements can be traced with the C option set in C). From your own Perl code, however, you can transfer control back to the debugger using the following statement, which is harmless if the debugger is not running: @@ -1007,7 +1007,7 @@ compile subname> for the same purpose. The debugger probably contains enough configuration hooks that you won't ever have to modify it yourself. You may change the behaviour -of debugger from within the debugger using its C command, from +of the debugger from within the debugger using its C command, from the command line via the C environment variable, and from customization files. @@ -1062,7 +1062,7 @@ As shipped, the only command-line history supplied is a simplistic one that checks for leading exclamation points. However, if you install the Term::ReadKey and Term::ReadLine modules from CPAN (such as Term::ReadLine::Gnu, Term::ReadLine::Perl, ...) you will -have full editing capabilities much like GNU I(3) provides. +have full editing capabilities much like those GNU I(3) provides. Look for these in the F directory on CPAN. These do not support normal B command-line editing, however. -- 2.7.4