Help for this page

Select Code to Download


  1. or download this
    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);
    }
    
  2. or download this
            <TMPL_IF NAME="mode9">
                    Customer Search<br />
    ...
            <TMPL_ELSE>
                    <a href="support.pl?rm=mode11">Kit Search</a><br />
            </TMPL_IF>