Ports Search

Results 981990 of 8,048 for www%3Atrac.(0.004 seconds)
Help validate forms with the CGI::Application framework
CGI::Application::Plugin::ValidateRM helps to validate web forms when using the CGI::Application framework and the Data::FormValidator module. See a nice example of all that modules working together at: http://mark.stosberg.com/Tech/perl/form-validation/
View the source of the running application
CGI::Application::Plugin::ViewCode - View the source of the running application.
www/CGI-ArgChecker-0.02 (Score: 0.020137845)
Perl module implementing a cgi interface to String::Checker
CGI::ArgChecker - An extensible CGI parameter validation module (allowing commonly used checks on parameters to be called more concisely and consistently) based on String::Checker. This is really nothing more than a simple wrapper around String::Checker.
www/CGI-Builder-TT2-0.03 (Score: 0.020137845)
CGI::Builder and Template Toolkit 2 integration
CGI::Builder and Template Toolkit 2 integration
www/CGI-Builder-1.36 (Score: 0.020137845)
Perl module intended to make it easier to create reusable web apps
CGI::Builder - Framework to build simple or complex web-apps
www/CGI-Cache-1.4207 (Score: 0.020137845)
Perl extension to cache output of time-intensive CGI scripts
CGI::Cache is a perl extension to help cache output of time-intensive CGI scripts so that subsequent visits to such scripts will not cost as much time.
www/CGI-Compile-0.19 (Score: 0.020137845)
Perl extension to compile .cgi scripts to a code reference
Compile .cgi scripts to a code reference like ModPerl::Registry.
www/CGI-Compress-Gzip-1.03 (Score: 0.020137845)
CGI::Compress::Gzip - CGI with automatically compressed output
CGI::Compress::Gzip extends the CGI class to auto-detect whether the client browser wants compressed output and apply gzip compression on any content printed on the default filehandle. This module is intended to be a drop-in replacement for CGI.pm in a typical scripting environment.
www/CGI-Cookie-Splitter-0.05 (Score: 0.020137845)
Split big cookies into smaller ones
RFC 2109 recommends that the minimal cookie size supported by the client is 4096 bytes. This has become a pretty standard value, and if your server sends larger cookies than that it's considered a no-no. This module provides a pretty simple interface to generate small cookies that are under a certain limit, without wasting too much effort.
www/CGI-Cookie-XS-0.18 (Score: 0.020137845)
HTTP Cookie parser in C
This module implements a very simple and fast parser for cookies used in HTTP applications.