Help for this page
has 'x' => (is => 'rw', isa => 'Int'); has 'x' => {is => 'rw', isa => 'Int'};
use Template; # some useful options (see below for full list) ... # process input template, substituting variables $template->process($input, $vars) || die $template->error();