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