]>
iEval git - plack-app-gruntmaster.git/blob - lib/Gruntmaster/Page/Us/Entry.pm
1 package Gruntmaster
::Page
::Us
::Entry
;
6 use Gruntmaster
::Page
::Base us_entry
=> '<tmpl_var name>';
7 our @ISA = qw
/Gruntmaster::Page::Base/;
8 our $VERSION = '0.001';
11 my ($self, $htc, $lang, $env, $us) = @_;
12 debug
$env => "language is '$lang', user is '$us'";
15 $htc->param(name
=> user_name
);
16 $htc->param(town
=> user_town
);
17 $htc->param(university
=> user_university
);
18 $htc->param(level
=> user_level
);
This page took 0.041538 seconds and 4 git commands to generate.