CGI::Application 4.06
Sponsored Links
CGI::Application 4.06 Ranking & Summary
File size:
0.054 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
1150
Date added:
2006-09-02
Publisher:
Jesse Erlbaum
CGI::Application 4.06 description
CGI::Application is a framework for building reusable web-applications.
SYNOPSIS
# In "WebApp.pm"...
package WebApp;
use base CGI::Application;
# ( setup() can even be skipped for common cases. See docs below. )
sub setup {
my $self = shift;
$self->start_mode(mode1);
$self->mode_param(rm);
$self->run_modes(
mode1 => do_stuff,
mode2 => do_more_stuff,
mode3 => do_something_else
);
}
sub do_stuff { ... }
sub do_more_stuff { ... }
sub do_something_else { ... }
1;
### In "webapp.cgi"...
use WebApp;
my $webapp = WebApp->new();
$webapp->run();
CGI::Application is intended to make it easier to create sophisticated, high-performance, 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 evolve.
CGI::Application judiciously avoids employing technologies and techniques which would bind a developer to any one set of tools, operating system or web server.
SYNOPSIS
# In "WebApp.pm"...
package WebApp;
use base CGI::Application;
# ( setup() can even be skipped for common cases. See docs below. )
sub setup {
my $self = shift;
$self->start_mode(mode1);
$self->mode_param(rm);
$self->run_modes(
mode1 => do_stuff,
mode2 => do_more_stuff,
mode3 => do_something_else
);
}
sub do_stuff { ... }
sub do_more_stuff { ... }
sub do_something_else { ... }
1;
### In "webapp.cgi"...
use WebApp;
my $webapp = WebApp->new();
$webapp->run();
CGI::Application is intended to make it easier to create sophisticated, high-performance, 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 evolve.
CGI::Application judiciously avoids employing technologies and techniques which would bind a developer to any one set of tools, operating system or web server.
CGI::Application 4.06 Screenshot
CGI::Application 4.06 Keywords
CGI
Application 4.06
WebApp
easier to
for building
CGI::Application
reusable
easier
stuff
sub
framework
CGIApplication
CGI::Application 4.06
Libraries
Programming
Bookmark CGI::Application 4.06
CGI::Application 4.06 Copyright
WareSeeker periodically updates pricing and software information of CGI::Application 4.06 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of CGI::Application 4.06 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
easier to run lyrics
easier to run linkin park
easier to lie lyrics
it is easier to than to offer a helping hand
easier to lie aqualung
easier to be lyrics
cgi application misbehaved
easier to run
easier to be lifehouse
cgi application misbehaved by not returning a complete set of http headers
easier to lie
http error 401.5 unauthorized authorization failed by an isapi cgi application
cgi applications
cgi application dispatch
perl cgi application
cgi application plugin authentication
linkin park easier to run
cgi application extension
Related Software
CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. Free Download
CGI::Application::Magic is a template based framework for CGI applications. Free Download
CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules. Free Download
REST::Application is a framework for building RESTful web-applications. Free Download
OpenPlugin::Application is a subclass of CGI::Application, meant to help you create reusable web applications. Free Download
CGI::Application::Plugin::RateLimit is a plugin for CGI::Application. Free Download
Application::Pipeline is a module designed to map methods to different phases of an applications life cycle. Free Download
CGI::Ex::App is a anti-framework application framework. Free Download
Latest Software
Popular Software
Favourite Software
- CGI::Application::Plugin::Authentication::Driver 0.11
- CGI::Application::Plugin::Authentication::Driver::HTPasswd 0.12
- CGI::Application::Plugin::Authentication::Store 0.11
- CGI::Application::Plugin::Authentication::Store::Session 0.12
- CGI::Application::Plugin::ValidateRM 2.1
- CGI::Application::Plugin::Authorization::Driver::DBI 0.05
- CGI::Application::Plugin::Authentication::Driver::Dummy 0.12
- CGI::Application::Plugin::Authentication::Driver::Generic 0.12