Help for this page

Select Code to Download


  1. or download this
    if($c->param("searchTerm")) {
      while ($row = $q->fetchrow_hashref) {
    ...
    } else {
        $results .= "<b>No results matched your asset query.</b>";
    }
    
  2. or download this
    #!perl
    
    ...
    print $results;
    print $tail;