Help for this page
sub cgiapp_prerun { my $self = shift; ... $self->{"_html_template"} = HTML::Template->new(filename => $t +emplate_files{$runmode}, associate => $q); $self->{"_html_template"}->param($runmode => 1); }
<TMPL_IF NAME="mode9"> Customer Search<br /> ... <TMPL_ELSE> <a href="support.pl?rm=mode11">Kit Search</a><br /> </TMPL_IF>