Captcha-Peoplesign

 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('Peoplesign Perl integration demo'),
        ]),
        $h->body([
            $h->div({
                style   => 'width:500px; margin: 0 auto 0 auto',
            }, [
                $h->p('This page is a demonstration of the peoplesign perl plugin'),
                $content,



( run in 2.664 seconds using v1.01-cache-2.11-cpan-524268b4103 )