Help for this page

Select Code to Download


  1. or download this
    %where = (
       city => Jerusalem,
    ...
            {'>=', 20},
       ],
    );
    
  2. or download this
    logic => 'and'
    
  3. or download this
        
    my $pager = __PACKAGE__->pager(
       where         => \@where, 
       abstract_attr => {logic => 'and'}
    );