Help for this page

Select Code to Download


  1. or download this
    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;