Help for this page
my $csv = Text::xSV->new(sep=>"\t" ); $csv->open_file("xxxxx.csv"); ... { # save to a db }