Ports Search

Results 19,22119,230 of 19,819 for %22HTTP Server%22.(0.011 seconds)
CGI::App plugin to automatically register runmodes
This plugin for CGI::Application provides easy ways to setup run modes. You can just write the method that implement a run mode, you do not have to explicitly register it with CGI::App anymore.
Add Config::YAML support to CGI::Application
add Config::YAML support to CGI::Application
Plugin that adds Config::Auto support to CGI::Application
CGI::Application::Plugin::ConfigAuto adds easy access to config file variables to your CGI::Application modules. Lazy loading is used to prevent the config file from being parsed if no configuration variables are accessed during the request. The format is detected automatically using Config::Auto. It is known to support the following formats: colon separated, space separated, equals separated, XML, Perl code, and Windows INI. See that modules documentation for complete details.
www/CGI-Application-Plugin-DBH-4.04 (Score: 7.739885E-4)
Easy DBI access from CGI::Application
CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the dbh method is not called during the request. In other words, the database connection is not created until it is actually needed.
This plug-in add DebugScreen support to CGI::Application
This plug-in add Debug support to CGI::Application. This plug-in like Catalyst debug mode.
Runtime cgiapp info in a popup window
This module provides a plugin framework for displaying runtime information about your CGI::Application app in a popup window. A sample Timing plugin is provided to show how it works:
www/Apache-Admin-Config-0.95 (Score: 7.739885E-4)
Perl module to manipulate Apache configuration files
Apache::Admin::Config provides an object interface to handling Apache like configuration files without modifying comments, identation, or truncated lines.
Support for forwarding requests in CGI::Application
The forward method passes control to another run mode and returns its output. This is equivalent to calling $self->$other_runmode, except that CGI::Application's internal value of the current run mode is updated.
www/CGI-Application-Plugin-HTDot-0.07 (Score: 7.739885E-4)
Enable "magic dot" notation in CGI::Application-derived applications
CGI::Application::Plugin::HTDot - Enable "magic dot" notation in CGI::Application-derived applications that use HTML::Template for their templating mechanism.
Access to the prototype JavaScript library using HTML::Prototype
CGI::Application::Plugin::HTMLPrototype - Give easy access to the prototype JavaScript library using HTML::Prototype HTML::Prototype is a JavaScript code generator for the prototype.js JavaScript library, and the script.aculo.us extensions to prototype.js. It allows you to easily add AJAX calls and dynamic elements to your website.