The Joomla! Extensions Directory ™


Configuration & DB access from Perl Tool

This Perl module provides an interface for reading Joomla! configuration variables and connecting to the Joomla! database from Perl script.

You can typically just type the following command line to install the module from CPAN:

cpan CMS::Joomla

or

perl -MCPAN -e 'install CMS::Joomla'

Report