Help for this page

Select Code to Download


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