Help for this page

Select Code to Download


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