Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->column_info( undef, $db, $table, '%');
    my $ref = $sth->fetchall_arrayref;
    my @cols = map { $_->[3] } @$ref;