in reply to Re: sorting return from
in thread sorting return from

Try this-

while ( $ref = $sth->fetchrow_hashref() ) { print "$$ref{'name'} \t $$ref{'age'} \t $$ref{'height'}\n"; }