Ports Search

Results 1,0411,050 of 8,048 for www%3Atrac.(0.004 seconds)
www/CGI-Response-0.03 (Score: 0.020137845)
Perl module allowing response construction for CGI applications
CGI::Response is a Perl5 module for constructing responses to Common Gateway Interface (CGI) requests. It is designed to be light-weight and efficient for the most common tasks, and also to provide access to all HTTP response features for more advanced CGI applications. There are two ways to use CGI::Response. For basic applications, the Simple Interface provides a number of plain functions that cover the most commonly-used CGI response headers. More advanced applications may employ the Full Interface object methods to access any HTTP header, or to add experimental or non-standard headers. Both interfaces try to generate reasonable defaults whenever possible.
Catalyst helper for Scaffolding
Catalyst::Helper::Controller::Scaffold is a helper for scaffolding for Catalyst, which adds easy scaffolding: # Imagine you want to generate a scaffolding controller MyApp::C::SomeTable # for a CDBI table class MyApp::M::CDBI::SomeTable script/myapp_create.pl controller SomeTable Scaffold CDBI::SomeTable
www/Catalyst-Model-Adaptor-0.10 (Score: 0.020137845)
Use a plain class as a Catalyst model
use a plain class as a Catalyst model
www/CGI-Session-4.48 (Score: 0.020137845)
Perl extension for persistent session management
"CGI::Session" is Perl5 library that provides an easy persistent session management system across HTTP requests. Session persistence is a very important issue in web applications. Shopping carts, user-recognition features, login and authentication methods and etc. all require persistent session management mechanism, which is both secure and reliable. "CGI::Session" provides with just that. You can read the whole documentation as a tutorial on session management. But if you are already familiar with "CGI::Session" go to the methods section for the list of all the methods available.
www/CGI-SpeedyCGI-2.22 (Score: 0.020137845)
Speed up perl CGI scripts by running them persistently
SpeedyCGI is a way to run CGI perl scripts persistently, which usually makes them run much more quickly. A script can be converted to SpeedyCGI by changing the interpreter line at the top of the script. After the script is initially run, instead of exiting, SpeedyCGI keeps the perl interpreter running. During subsequent runs, this interpreter is used to handle new requests instead of starting a new perl interpreter for each execution.
www/Catalyst-Model-CDBI-Plain-0.03 (Score: 0.020137845)
Catalyst plain base class for Class::DBI models
Catalyst::Model::CDBI::Plain is a Model class for Catalyst to be used with user-specified Class::DBI classes. It does not automatically set anything up or create relationships; this is left to the user. This module can be used with existing Class::DBI classes, so that they can be used with Catalyst, or as a way of writing CDBI-based Model classes within Catalyst.
www/Catalyst-Model-CDBI-Sweet-0.06 (Score: 0.020137845)
CDBI model class for Catalyst that makes things sweeter
This model is a thin wrapper around Class::DBI::Sweet to let you use it as a Catalyst Model easily. It's similar to Catalyst::Model::CDBI::Plain.
www/Catalyst-Model-CDBI-0.12 (Score: 0.020137845)
CDBI model class for Catalyst
This is the Class::DBI model class for Catalyst. It's built on top of Class::DBI::Loader.
www/Catalyst-Model-DBIC-Plain-0.03 (Score: 0.020137845)
DBIx::Class model class for Catalyst, without loader
This is the DBIx::Class model class for Catalyst. Whilst it allows you to use DBIC as your model in Catalyst, it does not make your tables classes Catalyst-specific, so you can still use them in a non-Catalyst context.
www/CGI-Utils-0.12 (Score: 0.020137845)
Utilities for retrieving information through the CGI
This module can be used almost as a drop-in replacement for CGI.pm for those of you who do not use the HTML generating features of CGI.pm This module provides an object-oriented interface for retrieving information provided by the Common Gateway Interface, as well as url-encoding and decoding values, and parsing CGI parameters.