Help for this page

Select Code to Download


  1. or download this
    my $query = new CGI;
    my $template = HTML::Template->new(
       filename => 'search.tmpl',
       associate => $query,
    );
    
  2. or download this
    $template->param(SEARCH => $search);