my $sth = $dbh->prepare( 'INSERT INTO entry VALUES(?,?,?,?,?,?,?,?,?)' ); $sth->execute( $host, $filename, $datestamp, $type, $size, $from, $to, $sub, $score );