Help for this page

Select Code to Download


  1. or download this
      # join results into a single variable; this may be empty
      my $results = join('', @results);
      # do the substitution.
      $main_template =~ s/%%searchresults%%/$results/g;