Main > Programming > Libraries >

CGI::Application 4.06

CGI::Application 4.06

Sponsored Links

CGI::Application 4.06 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
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.

CGI::Application 4.06 Screenshot

Advertisements

CGI::Application 4.06 Keywords

Bookmark CGI::Application 4.06

Hyperlink code:
Link for forum:

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

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
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