Help for this page
(["a","b","c"] ["a","b","d"])
a b c,d
a b ... a b d
my arr_ref= $sth->fetchall_arrayref(); foreach my $row(@$arr_ref) { ... print "$ele3\n", }