Help for this page
use SQL::Abstract; my $sql = SQL::Abstract->new; ... my($stmt, @bind) = $sql->where(\@where); print "$stmt BOUND WITH @bind\n";
WHERE ( ( city = ? AND sale = ? ) OR ( city = ? AND rent = ? ) ) BOUND WITH Jerusalem 1 Jerusalem 1