Help for this page
@AoHcurrent=( ... value => "50", }, );
NODE LINK VALUE --------------------- ABC DEF 100(10) FGH IJK 200 (50)
my %html_template_parameters = ( AOHCURRENT => \@AoHcurrent, ... my $html_template=qq{Report.tmpl}; my $html_output=qq{Report.html}; htmlReport($html_template,$html_output,\%html_template_parameters) +;