This is the script that does take care of displaying og HTML my ($dbDDL) = $dbObj->getDbSchema($sourcedb,'%'); &P3::util::HTML::startTable("$sourcedb ",undef,undef,undef,undef,$colexp); foreach my $row (keys %$dbDDL) { &P3::util::HTML::doTableColAttributes(''); # Reset the Column Attributes $altColor = !$altColor; my @rowArr; push @rowArr, '
 ' . '' .$dbDDL->{$row} . '' . '
' ; &P3::util::HTML::doTableDetailRow($altColor, @rowArr); }