I am writing a csv extractor Perl program ( I know about the CSV module, but I wanna write my own program to learn ) and i am trying to match the header columns.
So I far I have decided that the first line that has the delimeter between two words multiple times must be the header columns. So will you please tell me how to match a:
1. comma between two words like this -
2. Match is multiple times a comma
I tried many different regexes with no luck, please help!