while ( my $row = $sth->fetchrow_arrayref ) { my @ordered_values = @$row; ... }