or download this
But, this is probably not what you want in this case (look at it). So
+the hashref can also contain multiple pairs, in which case it is expa
+nded into an AND of its elements:
...
# Both generate this
$stmt = "WHERE user = ? AND status != ? AND status NOT LIKE ?";
@bind = ('nwiger', 'completed', 'pending%');