in reply to Help me ! I am stuck ! PERL DBI
If you just want the first row, you might want to use the selectrow_array method. Also, you might want to set PrintError on the connect so that you'll have better error checking, and not just on the connect.