In article <[EMAIL PROTECTED]>, Dave Sparrow 
wrote:

>> Take a look at Text::CSV or Text::CSV_XS
> Ah, but here's the kicker...
> Most people who I will give this script to will be running Perl 5.6 and
> WILL NOT have the ability to use any external modules, even those such as
> 'use strict' !
> This is because they will be running a cut-down version of Perl that ships
> with the Rational toolset (ClearCase & ClearQuest).
> Therefore I need to do the parsing myself by hand - sorry I didn't make
> that clear in the original posting.

George gave you the answer you need:
> Have a look at
> perldoc -q "How can I split"

Since I looked, too, I know there is a regex version from Jeffrey Friedl 
there (I think it's the same one that's in the Cookbook).




-- 
Kevin Pfeiffer
International University Bremen
<rant>Why is it that new threads here are posted in reply and replies are 
posted as new threads??  Does no one use threaded messaging? Argh.</rant>

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to