Help for this page
my $dictionary = [ { ... my $template = HTML::Template->new(filename => 'dictionary.tmpl'); $template->param(DICTIONARY => $dictionary); $template->output;
my $dictionary = [ { ... 'French' => '3', } ];