Help for this page

Select Code to Download


  1. or download this
    my $form_fields = {
        user_name => 'username',
        user_pass => 'userpass',
        other_field => 'value',
    };
    
  2. or download this
    [% FOREACH field IN form %]
      [% field.key %]: [% field.value %]
    [% END %]