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