Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use Mojolicious::Lite;
    ...
        Password: <input type="text" name="password" />
        <input type="submit" value="Log In" />
    </form>
    
  2. or download this
    #!/usr/bin/env perl
    use Mojolicious::Lite;
    ...
        Password: <%= text_field 'password' %>
        %= submit_button 'Log In'
    %= end