SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-DBIx-HTMLTable rpm build for : OpenSuSE. For other distributions click perl-DBIx-HTMLTable.

Name : perl-DBIx-HTMLTable
Version : 0.24 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 16:46:43
Group : Development/Libraries/Perl Source RPM : perl-DBIx-HTMLTable-0.24-lp155.7.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Create HTML table from DBI query output
Description :
HTMLTable() formats the results of a DBI query as a HTML table. The first
argument is the query output formatted as a multi-line string, with columns
delimited by a field separator (a comma by default) and rows delimited by a
record separator (newline by default). The second argument is a hash of
options and table attributes. Options and attributes are described below.

&DBIx::HTMLTable::HTMLTable ($data,
{rs => \"\
\",
fs => \',\',
caption => \"Caption Text\"});

HTMLTableByRef() takes as its first argument a reference to an array of
array references, as returned by DBI\'s fetchall_arrayref() and similar
functions. As with HTMLTable(), the second argument is a hash of valid
options and attributes.

$tableref = $dbh -> selectall_arrayref( \"SELECT \\* FROM $db\" );
HTMLTableByRef ($tableref,
{bgcolor => \'white\',
caption => \"$db SELECT Query\",
border => 2,
width => 300});

The file eg/tablequery.cgi is an example CGI script that formats query
output for viewing in a Web browser.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-DBIx-HTMLTable-0.24-lp155.7.1.noarch.rpm
     

Provides :
perl(DBIx::HTMLTable)
perl-DBIx-HTMLTable

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/DBIx
/usr/lib/perl5/vendor_perl/5.26.1/DBIx/HTMLTable.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-DBIx-HTMLTable
/usr/share/doc/packages/perl-DBIx-HTMLTable/Artistic
/usr/share/doc/packages/perl-DBIx-HTMLTable/README
/usr/share/man/man3/DBIx::HTMLTable.3pm.gz

 
ICM