http://qs321.pair.com?node_id=1071491


in reply to Escaping %params

Use the quote method of your database handle:

my $escapeId = $dbh->quote( $params{id} )