Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->config->{captcha} = {
        session_name => 'captcha_string',
    ...
        particle => [100],
        out => {force => 'jpeg'}
      };
    
  2. or download this
    sub captcha : Local {
            my ($self, $c) = @_;
            $c->create_captcha();
    }
    
  3. or download this
    <img src="/captcha">