Help for this page

Select Code to Download


  1. or download this
    my $crTmpMRN = qq{create table #mrns (PAT_MRN_ID varchar(25))};
    $dbh->do($crTmpMRN);
    
    ...
    }
    close (MRNFILE);
    print '$fileRowCount: '.$fileRowCount."\n";