diff options
author | Larry W. Virden <lvirden@cas.org> | 1997-06-11 12:00:00 +1200 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-06-11 12:00:00 +1200 |
commit | 2ceaccd71c2e15067691ff5d6509bed0b81708ee (patch) | |
tree | b506fb488e6c00f5287f100ef8b929db2fe144de /pod/perlfaq4.pod | |
parent | 64a2d3c93b97214cc31124cb3319ba08995b1da1 (diff) | |
download | perl-2ceaccd71c2e15067691ff5d6509bed0b81708ee.tar.gz |
misc perl5.004 doc fixes
here are a few doc changes that fix a few typos, etc.
p5p-msgid: 199705160419.AAA16317@cas.org
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r-- | pod/perlfaq4.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index bcf03990bc..a5b505c4a7 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -371,7 +371,7 @@ suggests (assuming your string is contained in $text): If you want to represent quotation marks inside a quotation-mark-delimited field, escape them with backslashes (eg, -C<"like \"this\""). Unescaping them is a task addressed earlier in +C<"like \"this\"">. Unescaping them is a task addressed earlier in this section. Alternatively, the Text::ParseWords module (part of the standard perl |