Help for this page

Select Code to Download


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