1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
DBIx::Simple
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
Or use CPANPLUS to automate the process.
PREREQUISITES
DBI
Optionally, SQL::Interp can be used for added functionality.
Optionally, SQL::Abstract can be used for added functionality.
Optionally, DBIx::XHTML_Table can be used for added functionality.
Optionally, Text::Table can be used for added functionality.
Optionally, Object::Accessor can be used for added functionality.
These modules are available from CPAN, <http://cpan.org/>.
#
#
|