diff options
author | Daniel Frederick Crisman <daniel@crisman.org> | 2006-06-10 06:49:29 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-12 12:08:54 +0000 |
commit | 5d44bfff2e970064b1e107e564a35a3e07c5a058 (patch) | |
tree | e18257f7945b2e0cf7e1222f80dd46d2b3956336 /pod/perlop.pod | |
parent | 42d0e0b77a1ef47b81ab3e346a1a4dc0af5b9bec (diff) | |
download | perl-5d44bfff2e970064b1e107e564a35a3e07c5a058.tar.gz |
Re: [PATCH DOC] Three minor fixes related to perlop
Message-ID: <20060610144929.GA10201@fury.crisman.org>
p4raw-id: //depot/perl@28382
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r-- | pod/perlop.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index 0d906dd548..b1348fa251 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1233,9 +1233,9 @@ Here is the output (split into several lines): MiXeD line-noise. That's all! =item q/STRING/ -X<q> X<quote, double> X<'> X<''> +X<q> X<quote, single> X<'> X<''> -=item C<'STRING'> +=item 'STRING' A single-quoted, literal string. A backslash represents a backslash unless followed by the delimiter or another backslash, in which case |