my $books = Books->find('read = ?', 0); if (...) { $books = $books->find('myval = ?', 1); }