Hi,
I'm parsing a file line by line. The fine is a comma separated file.
I would like to search & replace or simply DELETE a column(field).


00000001        8/11/1988       Development     Government/Defense
USA                     CSCI    GROUND STATION UPGRADE
Military Ground Command/Control         0       0       0

Say the line above is separated by commas,and i would like to parse the
same.

I'm doing this using split().

Now that depending on the user input, i want to search/replace or
simply delete the field (or column).

What is the best way to this. (Fastest??).

Regards
-Ajey


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to