diff options
author | bob@starlabs.net <bob@starlabs.net> | 2004-04-22 10:49:22 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-05-03 10:37:45 +0000 |
commit | cf18bebb9cb15326fe052635ecc0c2e2752b23e6 (patch) | |
tree | 5a2b98dc52d5411afd23459aa2647eee518980f0 /lib/Text | |
parent | 63f18be62c0fc11b05936631f648c4dd5ea77236 (diff) | |
download | perl-cf18bebb9cb15326fe052635ecc0c2e2752b23e6.tar.gz |
[perl #29073] Reference to incorrect method in documentation of
From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
Date: 22 Apr 2004 10:49:22 -0000
p4raw-id: //depot/perl@22769
Diffstat (limited to 'lib/Text')
-rw-r--r-- | lib/Text/ParseWords.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Text/ParseWords.pm b/lib/Text/ParseWords.pm index 6949c45937..e758bc6ba2 100644 --- a/lib/Text/ParseWords.pm +++ b/lib/Text/ParseWords.pm @@ -168,8 +168,8 @@ words ignoring delimiters that appear inside quotes. "ewords() returns all of the tokens in a single long list, while &nested_quotewords() returns a list of token lists corresponding to the elements of @lines. &parse_line() does tokenizing on a single string. The &*quotewords() -functions simply call &parse_lines(), so if you're only splitting -one line you can call &parse_lines() directly and save a function +functions simply call &parse_line(), so if you're only splitting +one line you can call &parse_line() directly and save a function call. The $keep argument is a boolean flag. If true, then the tokens are |