Help for this page

Select Code to Download


  1. or download this
    sub run {
        my( $self, $cfg, @query_params ) = @_;
    ...
        );
        # ...
    }
    
  2. or download this
       DBIx::LiveGrid->run(
          \%cfg, $dbh, $table, \@fields, \@where
       );