in reply to Re: Using Tie::IxHash to keep database query keys/values in order
in thread Using Tie::IxHash to keep database query keys/values in order
As an interesting alternative to the qw/.../ you may find some interesting info about getting the field names from the sql request at Re: Field names from DBI? . that would allow you to specify the order via the SELECT statement, but it a two step setup described in setting up and executing the SQL. YMMV
|
|---|