- or download this
$SearchResults{'keyterm'} = $dict{'Searchphrase'} || $dict{'Keyterm'};
+
$SearchResults{'fieldname'} = $dict{'Fieldname'};
$SearchResults{'lastcount'} = $dict{'Lastcount'} || 0;
$SearchResults{'pageno'} = $dict{'Page'} || 0;
- or download this
$srchRes{'keyterm'} = $dict{'Searchphrase'} || $dict{'Keyterm'};
$srchRes{'fieldname'} = $dict{'Fieldname'};
$srchRes{'lastcount'} = $dict{'Lastcount'} || 0;
$srchRes{'pageno'} = $dict{'Page'} || 0;
- or download this
if ($a){
$b;
...
$b;
$d;
}
- or download this
$b;
if ($a){
...
else{
$d;
}
- 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>);
- or download this
$printHL .= qq/page(s): $srchRes[$i]{'startpage'}/;
...
}
$printHL .= qq(</a></font></h3><br>);