![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: isolate a filed from within a spreadsheetby hydo (Monk) |
on Nov 20, 2002 at 16:04 UTC ( #214510=note: print w/replies, xml ) | Need Help?? |
I was working on something like this last night and found DBI::CSV to work quite nicely. You can pass the seperator char during connect() so that you aren't bound to commas.
DBI::CSV for more info. I suspect '\t' is not quite right. \011 maybe?
In Section
Seekers of Perl Wisdom
|
|