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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
DBIx::CGI - Easy to Use DBI Interface for CGI Scripts
*****************************************************
* The homepage of `DBIx::CGI' is http://linuxia.net/DBIx/CGI/.
* The latest version (currently 0.06) is always available as
http://linuxia.net/DBIx/CGI/DBIx-CGI.tar.gz.
* See the manual page for more informations.
Annotations
***********
Nearly all methods have been moved to the new DBIx::Easy module so they can
be used independent from CGI applications. DBIx::CGI is a derived class of
DBIx::Easy now.
Requirements
************
* DBI (URL: http://www.symbolstone.org/technology/perl/DBI/index.html)
* `DBD::Pg', `DBD::mysql' or `DBD::mSQL' (ask for other database drivers)
* DBIx::Easy (URL: /DBIx/Easy/)
* CGI (URL: http://stein.cshl.org/WWW/software/CGI/)
* `HTML::Entities'
Installation
************
tar -xzf DBIx-CGI.tar.gz
cd DBIx-CGI-0.06
perl Makefile.PL
make
make install
Debian Package
**************
This software is also available as Debian package, maintained by Dennis Schn
<dschoen@rio.gt.owl.de>. The download address is
http://linuxia.net/DBIx/CGI/libdbix-cgi-perl-0.06-1_all.deb.
Authors
*******
Stefan Hornburg <racke@linuxia.net>
Dennis Schn <dschoen@rio.gt.owl.de>
|