Help for this page

Select Code to Download


  1. or download this
    $t->{options}->{loop_context_vars} = 1;
    $t->{options}->{global_vars}       = 1;
    
  2. or download this
    use HTML::Template;
    $t = HTML::Template->new(
    ...
      </tmpl_if>
     * <tmpl_var name="baz">
    </tmpl_loop>