Using CGI::Application
Tutorials Shared by the Internet Community
Using CGI::Application
Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications.Statistics
Total Hits - 35440
Total Votes - 99 votes
Vote Up - 42 votes
Vote Down - 57 votes
Domain - www.perl.com
Category - Perl & CGI/Development
Submitted By - Devesh Khanna
Submitted on - 2008-03-16 00:12:38
Description
The author writes "CGI::Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications. CGI::Application takes what works about CGI and simply provides a structure to negate some of the more onerous programming techniques that have cast an unfavorable light upon it.
CGI::Application code is so universal and non-proprietary that it works exceedingly well on any operating system and Web server that supports Perl and CGI. The CGI::Application structure makes it possible for authors to distribute, for the first time, fully functional and sophisticated Web-applications via CPAN. More detail...