edpatterson
IS-IT--Management
- Feb 24, 2005
- 186
I am parsing a csv file with nine fields. I tried
[tt]
chomp;
/,(.*)^/;
[/tt]
thinking it would grab just the last field, nope. I would like to avoid having 9 sets of (.*), if possible.
Ed
[tt]
chomp;
/,(.*)^/;
[/tt]
thinking it would grab just the last field, nope. I would like to avoid having 9 sets of (.*), if possible.
Ed