Of course I can - here's the one from the documentation:
my $rows_deleted = $dbh->do(q{ DELETE FROM table WHERE status = ? }, undef, 'DONE') or die $dbh->errstr;
It is always beneficial to read the documentation.
🦛
In reply to Re^3: DBI do() SQL injection
by hippo
in thread DBI do() SQL injection
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |