Hi all,
I how can one force the precise ordering of hash arrays??
i use
my $ref = $sth->fetchrow_hashref()
to connect and return a table from a database but the above statement does not return the data in the orderd way which it was stored within the database.