CGI::Dispatch

CGI::Dispatch is a Perl module that aims to make serving object based CGI applications easier.
Download

CGI::Dispatch Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dominic Mitchell
  • Publisher web site:
  • http://search.cpan.org/~semantico/

CGI::Dispatch Tags


CGI::Dispatch Description

CGI::Dispatch is a Perl module that aims to make serving object based CGI applications easier. CGI::Dispatch is a Perl module that aims to make serving object based CGI applications easier. It automatically maps path_info to classes and methods. Integration with the Template Toolkit is available.To use it, you create a CGI::Dispatch object and pass it a list of URL names and Classes that they map to. Each class must follow a special interface (described in the documentation) to be used. This is easily performed by inheriting from CGI::Dispatch::Base.There is also integration with the Template Toolkit available in CGI::Dispatch::TT. This is always installed, even if the Template Toolkit is not available.Requirements:· PerlHOW DO I INSTALL IT?To install this module, cd to the directory that contains this READMEfile and type the following: perl Makefile.PL make make test make installOnce installed, you can view the documentation by typing in: perldoc CGI::DispatchWhat's New in This Release:· Added CGI::Dispatch::Base.· Moved tests to t/*.t· Added lots of tests.


CGI::Dispatch Related Software