Help for this page
Select Code to Download
Select
or
download this
my $ref = $dbh->selectall_arrayref($sql,undef,'no'); @id = map{ $_->[0] } @$ref;