Help for this page
use DBI qw(:sql_types); # make sure DBI gives you access to sql_typ +es strings ... $sth->bind_param( 1, $Array[0], SQL_DATETIME ); # forces the data ty +pe $sth->execute; # no args needed here now.