http://qs321.pair.com?node_id=298115


in reply to DBI returning mysql columns in strange order.

Each row is returned in a hash reference. The columns are ordered according to how their names hash, which pseudo-random.

I am no DBI expert, but I suspect there will be another way to retrieve the results, which preserves the column order.