in reply to Oder of HASH ARRAYS
In your question it is not clear, which order you want, the order of the hash keys retrieved from the database, or the order of records from the database. As it is, that doesn't matter, because neither has an order.
If you want an order on the hash keys, you have to define it yourself when outputting your data.
If you want an order in the records as they are returned from the database, you have to supply the appropriate ORDER BY clause to your SQL.
If you show us the relevant code, and the output you get, maybe we can give you more exact help.
|
|---|