|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re^2: Skip a row of csv file.by Tux (Prior) |
| on May 04, 2012 at 06:15 UTC ( #968865=note: print w/ replies, xml ) | Need Help?? |
|
If the data is indeed CSV, and not pipe-separated, most monks would use a CSV parser and write
Giving the OP's code, I seriously doubt however that it is a CSV file. If the file is a pipe-separated-value file, that can also be read with Text::CSV or Text::CSV_XS. Enjoy, Have FUN! H.Merijn
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||