Help for this page
use strict; use warnings; ... $template->param (password => 'wibble'); print $template->output ();
<p>The password is: wibble</p>