Help for this page

Select Code to Download


  1. or download this
    $tmpl->param( content => [{ title=>'hi'...body=>'testing'  }] );
    
  2. or download this
    push(@array, { title=>'hi',body=>'testing'});
    $tmpl->param( content => \@array);