while ( $ref = $sth->fetchrow_hashref() ) { print "$$ref{'name'} \t $$ref{'age'} \t $$ref{'height'}\n"; } [download]
In reply to Re^2: sorting return from by Baz in thread sorting return from by Anonymous Monk