This distribution is a complete new and stand alone reimplementation of CGI::Application module (i.e. B<it is not a subclass>). This means that it implements all the CGI::Application methods on its own, and adds several new features to your CGI::Application implementation, however maintaining intact the old ones.
Installation
0. Prerequisites:
- Perl version 5.6.1 or more recent
- OOTools 1.6
perl -MCPAN -e 'install CGI::Application::Plus'
If you want to install also all the prerequisites to use CGI::Application::Magic, all in one easy step:
perl -MCPAN -e 'install Bundle::Application::Magic'
2. Standard installation
- from the directory where this file is located, type:
perl Makefile.PL
make
make test
make install
--
Domizio Demichelis perl.4pro.net
2004-26-01