Help for this page

Select Code to Download


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