Help for this page

Select Code to Download


  1. or download this
    $SearchResults{'keyterm'} = $dict{'Searchphrase'} || $dict{'Keyterm'};
      +
      $SearchResults{'fieldname'} = $dict{'Fieldname'};
      $SearchResults{'lastcount'} = $dict{'Lastcount'} || 0;
      $SearchResults{'pageno'} = $dict{'Page'} || 0;
    
  2. or download this
    $srchRes{'keyterm'}   = $dict{'Searchphrase'} || $dict{'Keyterm'};
    $srchRes{'fieldname'} = $dict{'Fieldname'};
    $srchRes{'lastcount'} = $dict{'Lastcount'}    || 0;
    $srchRes{'pageno'}    = $dict{'Page'}         || 0;
    
  3. or download this
    if ($a){
      $b;
    ...
      $b;
      $d;
    }
    
  4. or download this
    $b;
    if ($a){
    ...
    else{
      $d;
    }
    
  5. or download this
    if ($SearchResults[$index]{'startpage'} == $SearchResults[$index]{'end
    +page'})
                {   $printHypertextLink .= qq(page(s): $SearchResults[$ind
    +ex]{'startpage'}</a></font></h3><br>); }
    ...
                {  
                    $printHypertextLink .= qq(page(s): $SearchResults[$ind
    +ex]{'startpage'}-);
                    $printHypertextLink .= qq($SearchResults[$index]{'endp
    +age'}</a></font></h3><br>);
    
  6. or download this
    $printHL   .= qq/page(s): $srchRes[$i]{'startpage'}/;
    
    ...
    }
    
    $printHL   .= qq(</a></font></h3><br>);