my $sth = $dbh->prepare(q{ INSERT INTO TRANS_TABLE (Id, TransString, PoundDef, Filename) VALUES( ?, ? , ?, ?) }); $sth->execute( 0, q{Attempt' to connect to %U?}, q{qtn_ics_ap_conne ct_text}, q{agentdialog_00.loc} );