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