The data being returned should consist of x number of rows organised into 3 columns. The first column refers to a name, and the second two columns contain their age and height. I now wish to generate the following output from my request -
How do I do this using the returned hash reference? I'll need to look though the hash using a foreach statment fo starters.