Help for this page
my $sql = <<"END" SELECT SSN, RTRIM(LAST_NAME,' '), ... $yi->execute($year, $ssn, $name); #--------Send the values from the query into variables ($SSNc, $LAST_NAMEc, $YEARc, $storenum) = $yi->fetchrow_array;