Help for this page

Select Code to Download


  1. or download this
        my @tabular  = $dbi->array_of_hashrefs_please();
    
    ...
    
        # add our nested loop to the template
        $template->param( my_loop => \@nested_loop);
    
  2. or download this
        <tmpl_loop name="my_loop">
                <tmpl_var name="category">
    ...
                    <!-- inner loop data here -->
                </tmpl_loop>
        </tmpl_loop>