cvs commit: perlfaq perlfaq4.pod
[email protected] (Robert Spier) 19 Jan 2005 16:09:32 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/01/19 08:09:31 Modified: . perlfaq4.pod Log: From: "Munro, Bruce" Subject: Minor typo in perfaq4 Message-ID: <07A35C18EEB24B4A849F501E3E80FFD009931F@logisexm006.leh.lbcorp.lehm\ an.com> Date: Wed, 19 Jan 2005 10:23:16 -0000 Text::CVS->Text::CSV Revision Changes Path 1.59 +2 -2 perlfaq/perlfaq4.pod Index: perlfaq4.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq4.pod,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- perlfaq4.pod 3 Jan 2005 18:43:37 -0000 1.58 +++ perlfaq4.pod 19 Jan 2005 16:09:31 -0000 1.59 @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.58 $, $Date: 2005/01/03 18:43:37 $) +perlfaq4 - Data Manipulation ($Revision: 1.59 $, $Date: 2005/01/19 16:09:31 $) =head1 DESCRIPTION @@ -801,7 +801,7 @@ =head2 How can I split a [character] delimited string except when inside [character]? Several modules can handle this sort of pasing---Text::Balanced, -Text::CVS, Text::CVS_XS, and Text::ParseWords, among others. +Text::CSV, Text::CSV_XS, and Text::ParseWords, among others. Take the example case of trying to split a string that is comma-separated into its different fields. You can't use C<split(/,/)>