Hi All,
I am using an HTML::Template module like this,
perl script - contains,
@diagnosis = ( "ONE", "TWO", "THREEE" );
$template->param(dign_loop => [EMAIL PROTECTED]);
And template,
<TMPL_LOOP NAME="dign_loop">
<TMPL_VAR NAME="diagnosis">
Im not getting the array being displayed.
This is the error I get when I run it,
HTML::Template->output() : fatal error in loop output : HTML::Template : Attempt to get nonexistent parameter 'one' - this parameter name doesn't
match any declarations in the template file : (die_on_bad_params set => 1) at /usr/cisco/packages/perl/perl-5.8.6/lib/site_perl/5.8.6/HTML/Template.pm line 2962
at hiGuiResultsBrowser.pm line 334
Please help me to resolve this.
Thanks
rsennat
- [htmltmpl] HTML Template - fatal error in loop output Senthil Nathan
- Re: [htmltmpl] HTML Template - fatal error in loop ... Roger Burton West
- Re: [htmltmpl] HTML Template - fatal error in l... Senthil Nathan
- Re: [htmltmpl] HTML Template - fatal error ... Brad Baxter