my $labels = []; my $data = []; while (my @row = $sth->fetchrow_array) { push @$labels, $row[0]; push @$data, $row[1]; }