my $sth = $dbh->prepare("insert into t_table (id, folder, webpage) values (?,?,?)"); $sth->execute($id, $folder, $webpage);