Ports Search

Results 961970 of 8,048 for www%3Atrac.(0.004 seconds)
www/CGI-Application-Plugin-DBH-4.04 (Score: 0.020137845)
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: 0.020137845)
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: 0.020137845)
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.
www/Apache-ConfigFile-1.23 (Score: 0.020137845)
Apache::ConfigFile - Parse Apache style httpd.conf configuration files
This module parses the Apache httpd.conf, or any compatible config file, and provides methods for you to access the values from the config file.
www/CGI-Application-Server-0.063 (Score: 0.020137845)
Simple HTTP server for developing with CGI::Application
CGI::Application::Server A simple HTTP server for developing with CGI::Application.
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.
Add HTML::Tidy support to CGI::Application
This plugin is a wrapper around HTML::Tidy. It exports two methods that allow you to either validate or clean up the output of your cgiapp application. They should be called at the end of your postrun method.