Help for this page

Select Code to Download


  1. or download this
    my $ref =  $dbh->selectall_arrayref($sql,undef,'no');          
    @id = map{ $_->[0] } @$ref;