my $sth = $dbh->prepare(" INSERT INTO webpages_data VALUES(?,?,?,?) "); for(@links) { $sth->execute($a,$_,$text[$v],undef); $a++; $v++; }