Subject: | hashref should be href |
Re: http://search.cpan.org/~markstos/SQL-Interp-1.06/lib/SQL/Interp.pm
The sample data contains $hashref but the examples use $href:
$hashref = {m => 1, n => undef}; # hashref
A hashref becomes a logical AND
IN: 'WHERE', $href
OUT: 'WHERE (m=? AND n IS NULL)', $h->{m},