And please do not use the FONT tag to color text. Use CSS instead. :)use strict; use warnings; use DBI; use CGI::Pretty qw(:standard); my $dbh = DBI->connect( ... ); my @table = @{ $dbh->selectcol_arrayref('show tables') }; for my $table (@table) { my $sth = $dbh->prepare("select * from $table limit 1"); $sth->execute(); print "$table:", br(); print ol(li $sth->{NAME} ); }
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
In reply to Re: Column info request.
by jeffa
in thread Column info request.
by Nik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |