You can download DBIx::XHTML_Table from the pages at CPAN or one of the many CPAN mirror sites. You can also get the latest tarball here.

You will need DBI.pm to use the database capabilites of this module, as well as a database vendor. DBI.pm can be found also at CPAN or one of the many CPAN mirror sites.

Once you have downloaded and uncompressed the tarball, chdir into the new directory and issue the following commands:

perl Makefile.PL
make
make test
make install
If you have the CPAN module installed and configured correctly, then you can run:
perl -MCPAN -e 'CPAN::Shell->install(DBIx::XHTML_Table)'
Then, RTFM by running perldoc DBIx::XHTML_Table or read the Docs. After you have made yourself familiar with the API, read the Cookbook for some examples of how to tweak the most out of DBIx::XHTML_Table.

I delete older versions from my CPAN directory as i release new versions, so if for some random reason you need an old version of DBIx::XHTML_Table, you can get it here.