diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 07:41:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 07:41:46 +0000 |
commit | 85add8c20c52762eef70f97d016f6b677c9a4612 (patch) | |
tree | 8a66d94b92a464d43995e519c570444959d4680c /pod/perlhack.pod | |
parent | 2a4bf7730d252fcadf5e50c3a9c740b5c94acfe3 (diff) | |
download | perl-85add8c20c52762eef70f97d016f6b677c9a4612.tar.gz |
pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)
p4raw-id: //depot/perl@5823
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 3a84e95513..c640870264 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -269,7 +269,7 @@ way to gain a precise understanding of the overall architecture of the language. If you build a version of the Perl interpreter with C<-DDEBUGGING>, -Perl's B<-D> commandline flag will cause copious debugging information +Perl's B<-D> command line flag will cause copious debugging information to be emitted (see the C<perlrun> manpage). If you build a version of Perl with compiler debugging information (e.g. with the C compiler's C<-g> option instead of C<-O>) then you can step through the execution |