Help for this page

Select Code to Download


  1. or download this
    use Mojolicious::Lite;
    plugin 'TagHelpers';
    ...
    <br>
    %= text_field 'captcha_value' 
    <br>
    
  2. or download this
    plugin 'captcha' => {
        session_name => 'session_string',
    ...
    
        }
    };