Help for this page

Select Code to Download


  1. or download this
    [
      { username => 'username1', password => 'password1', ...},
      { username => 'username2', password => 'password2', ...},
      ...
    ],
    
  2. or download this
    <table>
    [% IF hash = resultset.first %]
    ...
      </tr>
    [% END %]
    </table>