in reply to DBD::CSV::st execute failed:

As an aside:

... return ($queryResult, @sidResult); $sth->finish(); $dbh->disconnect(); }

is unusual. The last two statements will not be executed.

Premature optimization is the root of all job security

Replies are listed 'Best First'.
Re^2: DBD::CSV::st execute failed:
by Sandy_Bio_Perl (Beadle) on May 27, 2016 at 22:30 UTC

    Thank you GrandFather