my @names = @{ $sth->{@fields} }; <------Didn't like this while ( my $row = $sth->fetchrow_arrayref ) { @ordered_values = @{$row}{@names}; }