diff options
author | Vincent Pit <perl@profvince.com> | 2008-02-23 13:04:43 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-25 08:10:14 +0000 |
commit | 0a3a8dc0cd7227e83cd26fe236d1ad57c4add668 (patch) | |
tree | 93ea833cad3e0f2da490c1e6da862f50d4c947cf /pod/perlreguts.pod | |
parent | 14278b9c7901c0c5256db8ee3633d0f32ab6fa8e (diff) | |
download | perl-0a3a8dc0cd7227e83cd26fe236d1ad57c4add668.tar.gz |
Re: [PATCH] POD fixes
Message-ID: <47BFFDCB.60107@profvince.com>
p4raw-id: //depot/perl@33366
Diffstat (limited to 'pod/perlreguts.pod')
-rw-r--r-- | pod/perlreguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod index 125a9f9f41..204993165c 100644 --- a/pod/perlreguts.pod +++ b/pod/perlreguts.pod @@ -385,7 +385,7 @@ A grammar form might be something like this: =head3 Debug Output -In the 5.9.x development version of perl you can C<<use re Debug => 'PARSE'>> +In the 5.9.x development version of perl you can C<< use re Debug => 'PARSE' >> to see some trace information about the parse process. We will start with some simple patterns and build up to more complex patterns. |