Help for this page
$client_name = $query->param('client_name'); chomp $client_name;
$sql = "SELECT * FROM tblClient(NOLOCK)"; my $sth = $dbh->prepare( $sql ); $sth->execute; ... # Count is used to store the number of matches $count++; }