my %hash=( 'NEW_A/B/C' => '3' ); my $t=HTML::Template->new(filename=> 'test.tmpl'); $t->param('NEW_A/B/C' => $hash{'NEW_A/B/C'}); print $t->output();