Help for this page
sub doSearch { ... my ($d)= $db->sqlSelect("count(article.nom)", $from, "article.nom + like '%$article%' AND ref_statut = '3' $add"); my $total = $d;
</sub sqlSelect { ... $c->finish(); return @r; }