in reply to Tab delimited code problem?

If any of your fields is ever quoted to contain a tab as data, you will find the naive split approach will fail for that case. You may want to have a look at Text::CSV_XS if so.

Makeshifts last the longest.