Image-VisualConfirmation
view release on metacpan or search on metacpan
examples/basic_example.pl view on Meta::CPAN
$h->head([
$h->meta({
'http-equiv' => 'pragma',
'content' => 'no-cache',
}),
$h->meta({
'http-equiv' => 'expires',
'content' => '-1',
}),
$h->meta({
'http-equiv' => 'content-type',
'content' => 'text/html; charset=UTF-8',
}),
$h->title('Image::VisualConfirmation CAPTCHA integration demo'),
]),
$h->body([
$h->div({
style => 'width:500px; margin: 0 auto 0 auto',
}, [
$h->p('This page is a demonstration for Image::VisualConfirmation'),
$content,
( run in 0.829 second using v1.01-cache-2.11-cpan-524268b4103 )