$dbh->do("insert into Table (Ticket_ID,Subject,Status,Priority,Created_Time,Queue,Owner,Class_Type,Sent_Date) value (\'$Ticket_ID\',\'$Subject\',\'$Status\',\'$Priority\',\'$Created_Time\',\'$Queue\',\'$Owner\',\'$Class_Type\',now());");