sub show :Local { my $data = fetch_tabular_data_from_model(); my $table = MyApp::Tables::MyTable->new(); $table->set_data($data); $c->stash(table => $table); $c->stash(template => 'mytable.tt2'); }