Help for this page

Select Code to Download


  1. or download this
    my  @add=(
    {
    ...
    });
    $template->process(temp.tmpl, \%data)
        || die $template->error();
    
  2. or download this
    [% FOREACH element = add %]
    <textarea rows="4" name="[%element.name %]" >
    ...
     [%END%]
    </textarea>
    [%END%]