Help for this page

Select Code to Download


  1. or download this
    $sql = "SELECT ss_number,
                   last_name || ' ' || first_name NAME
            FROM people
            ORDER BY 2";
    
  2. or download this
    $people_hash{$people_array[0]} = $people_array[1];
    push @people_keys,$people_array[0];