Help for this page
my $statement= q{ SELECT COUNT(*) FROM products ... }; my $count = $dbh->selectrow_array($statement, {}, $nr);