Help for this page

Select Code to Download


  1. or download this
    my @array = $tmpl->param('SOME_LOOP');
    
  2. or download this
    $tmpl->param(SOME_LOOP => \@array);
    
  3. or download this
    HTML::Template->output() : fatal error in loop output : Not a HASH ref
    +erence at /usr/lib/perl5/site_perl/5.10.0/HTML/Template.pm line 3059.