Looks like a typo. See the line:

$sth->execute($values[0], $values[1], $values[2]), $values[3]|| die ("didn't insert
$dbh->errstr\n")

Only three of the values are within the ()s. Then you have a comma and another value, 
and then the || die.

ltg
-- 


Reply via email to