my $sth = $dbh->prepare("INSERT INTO $table(version,filename,release_notes,rec_level,os_type) VALUES(?,?,?,?,?)"); $sth->execute( "test","test","test",1,1);