Sorry
Title should be, "sorting return from fetchrow_hashref"
OK, I'm connecting to the database fine and I am getting back the right data into the hash ref because I've checked it using print Dumper $hashrow;
Now I need to know how to use the hash ref, to print out the data in a formatted sense using a foreach loop. thanks.