- or download this
use strict;
use warnings;
...
$view->render($tabular_model);
warn $view->as_HTML;
- or download this
package Model;
...
1 ;
- or download this
package View::bullet;
...
1;
- or download this
package View::table;
...
1;
- or download this
[tag://html,templating]