use Text::CSV_XS; $csv = Text::CSV_XS->new(); # create a new object $csv->types(\@t_array); # Set column types $columns = $csv->getline($io); # Read a line from file $i +o, parse it # and return an array ref +of fields
-Mark
In reply to Re: CSV file
by kvale
in thread CSV file
by xorl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |