in reply to Re^2: Issuing a DELETE statement with DBIin thread Issuing a DELETE statement with DBI
$db->delete('music', { title => scalar param('title') }); [download]