[svn:perlfaq] r6275 - perlfaq/trunk
[email protected] Tue, 9 May 2006 06:28:46 -0700 (PDT)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: rafael Date: Tue May 9 06:28:45 2006 New Revision: 6275 Modified: perlfaq/trunk/perlfaq4.pod Log: Fix typo (reported on p5p) Modified: perlfaq/trunk/perlfaq4.pod ============================================================================== --- perlfaq/trunk/perlfaq4.pod (original) +++ perlfaq/trunk/perlfaq4.pod Tue May 9 06:28:45 2006 @@ -829,7 +829,7 @@ =head2 How can I split a [character] delimited string except when inside [character]? -Several modules can handle this sort of pasing---C<Text::Balanced>, +Several modules can handle this sort of parsing---C<Text::Balanced>, C<Text::CSV>, C<Text::CSV_XS>, and C<Text::ParseWords>, among others. Take the example case of trying to split a string that is