Help for this page

Select Code to Download


  1. or download this
    sub form_create :Local {
       my ( $self, $c ) = @_;
    ...
    
       $c->stash->{template} = 'requests/new_request.tt2';
    }
    
  2. or download this
    [% printField = 1;
       WHILE printField <= entry_fields %]
    ...
          [% printField = printField + 1;
       END;
    %]