in reply to Re^2: Issuing a DELETE statement with DBI
in thread Issuing a DELETE statement with DBI

OK... So how about this?
$db->delete('music', { title => scalar param('title') });