Help for this page

Select Code to Download


  1. or download this
    use HTML::Template;
    use Captcha::reCAPTCHA;
    ...
    my $t    = HTML::Template->new(scalarref => \$template_file);
    $t->param(html => $html);    
    $output  = $t->output;