in reply to Re^6: Pre-process csv files before using
in thread Pre-process csv files before using
Do something like this before you get into the loop to modify it
If you see proper output then need to look at other places. Example of your header data will be helpful!map { print $_,$/ } @origcols;
Actually davidrw's grep solution is much cleaner!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Pre-process csv files before using
by DrAxeman (Scribe) on Aug 06, 2005 at 20:22 UTC |