Help for this page

Select Code to Download


  1. or download this
    HTML::Template::Expr->register_function(box => \&box);
    
    ...
       #use parameters to decide if it is the start or the
       #end of the box and what title to use etc.
    }
    
  2. or download this
    <!-- TMPL_VAR expr="box('box-start','Table title')" -->
      table contents here
    <!-- TMPL_VAR expr="box('box-end')" -->