Help for this page

Select Code to Download


  1. or download this
        $main_template =~ s/%%keywords%%/$fields{'keywords'}/g; 
        $main_template =~ s/%%searcresults%%/$pitem/g;
        $main_template =~ s/%%premiumresults%%/$premiumitem/g;
    
  2. or download this
    foreach $item (@skeyw){$nrkeywords++;}
    
    ...
    $main_template = html::insert_tmpl_includes($main_template);  
    print "$main_template";
    exit;