Hi, Try like this,
use strict;
use warnings;
use DBI;
use HTML::TableTiler;
my @matrix;
my $dbh = DBI->connect( "DBI:mysql:project") or die "Can't connect to
+Oracle database: $DBI::errstr\n";
my $sth = $dbh->prepare("select * FROM modules");
$sth->execute || $sth->errstr();
while (my @row = $sth->fetchrow_array) {
push (@matrix, [@row]);
}
$dbh->disconnect;
my $tt = HTML::TableTiler->new();
print $tt->tile_table(\@matrix);
Thanks ikegami++
Regards,
Velusamy R.
eval"print uc\"\\c$_\""for split'','j)@,/6%@0%2,`e@3!-9v2)/@|6%,53!-9@2~j';