Help for this page
my $arrayref = $dbh->selectcol_arrayref(qq/ SELECT $myColumn ... /); my @array = @{$arrayref};