in reply to perl DBI statement

BTW, you seem to already know how to work with placeholders. Why do you interpolate $time instead of using the technique?

my $table_results= $dbh2->prepare("SELECT * FROM $feed_table WHERE ent +ry_time >= ?"); $table_results->execute($time);
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: perl DBI statement
by cbtshare (Monk) on Dec 04, 2016 at 13:55 UTC
    thank you, I have made the changes