root/lang/perl/NanoA/trunk/app/example/start.pm
| Revision 24103, 164 bytes (checked in by kazuho, 22 months ago) |
|---|
| Line | |
|---|---|
| 1 | package example::start; |
| 2 | |
| 3 | use base qw/NanoA/; |
| 4 | |
| 5 | use strict; |
| 6 | use warnings; |
| 7 | use utf8; |
| 8 | |
| 9 | sub run { |
| 10 | my $app = shift; |
| 11 | $app->render('example/template/start'); |
| 12 | } |
| 13 | |
| 14 | 1; |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)