Ports Search

Results 11,20111,210 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
www/CGI-Application-Plugin-DBH-4.04 (Score: 7.3261835E-5)
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.
www/Apache-Htgroup-1.23 (Score: 7.3261835E-5)
Manage Apache authentication group files
Manage Apache htgroup files. Please note that this is not a mod_perl module. Please also note that there is another module that does similar things (HTTPD::UserManage) and that this is a more simplistic module, not doing all the things that one does.
www/CGI-Application-4.50 (Score: 7.3261835E-5)
Perl module intended to make it easier to create reusable web apps
CGI::Application is a perl module intended to make it easier to create sophisticated, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to design, easier to document, easier to write, and easier to solve.
www/CGI-Compress-Gzip-1.03 (Score: 7.3261835E-5)
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-Pager-1.01 (Score: 7.3261835E-5)
Perl extension to generate HTML pagination linkage easily
CGI::Pager performs the "dirty work" necessary to program paginated data display in a web application. Based on given resultset size, page size, and offset value sensed from current URI, it constructs links for navigation between results pages. It can be used conveniently from a templating system, has both OO and functional interface, and can optionally generate necessary HTML itself.
www/CGI-Simple-1.115 (Score: 7.3261835E-5)
Simple totally OO CGI interface that is CGI.pm compliant
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a complete functional interface is available by using the CGI::Simple::Standard module.
www/CGI-Deurl-XS-0.08 (Score: 7.3261835E-5)
Fast decoder for URL parameter strings
This module decodes a URL-encoded parameter string in the manner of CGI.pm. However, as it uses C code from libapreq to perform the task, it's somewhere from slightly to much faster (depending on your strings) than using CGI or a functionally similar module like CGI::Deurl.
www/Catalyst-Engine-HTTP-Prefork-0.51 (Score: 7.3261835E-5)
High-performance pre-forking Catalyst engine
This engine is designed to run as a standalone Catalyst server, without requiring the use of another web server. It's goals are high-performance, HTTP/1.1 compliance, and robustness. It is also suitable for use as a faster development server with support for automatic restarting.
www/Catalyst-Model-DBIC-Schema-0.65 (Score: 7.3261835E-5)
DBIx::Class::Schema Model Class
This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema and Catalyst::Helper::Model::DBIC::SchemaLoader for information on generating these Models via Helper scripts. The latter of the two will also generated a DBIx::Class::Schema::Loader-based Schema class for you.
Role based authorization for Catalyst
Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. If the user is a member in all of the required roles access is granted. Otherwise, access is denied.