%where = ( city => Jerusalem, age => [ {'<=', 80}, {'>=', 20}, ], ); #### logic => 'and' #### my $pager = __PACKAGE__->pager( where => \@where, abstract_attr => {logic => 'and'} );