Help for this page

Select Code to Download


  1. or download this
    my @results = My::App::Schema->schema->resultset('MyTable')->search(
         undef,
    ...
                rows => $max_records,
            }
        )->all;