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