Help for this page

Select Code to Download


  1. or download this
    $query_handle->execute($patient_name);
    
  2. or download this
    use strict;
    use warnings;
    ...
    $sth->execute($name);
    
    warn "no match for $name\n" unless $sth->rows;