[6 total ]
mod_perl brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more.
Mason is a powerful Perl-based web site development and delivery engine. With Mason you can embed Perl code in your HTML and construct pages from shared, reusable components.
Mason solves the common problems of site development: caching
... [More]
, debugging, templating, maintaining development and production sites, and more.
Mason is 100% free and open source. Although it can be used from CGI or even stand-alone, it is optimally designed for use with two other open source technologies: mod_perl and Apache. [Less]
The code that runs Slashdot.
Application server to Web Application Framework gateway.
inspired from WSGI(Python) and Rack(ruby).
With this module, you can write your own web application framework very easily, and with less code
The Everything Development Engine is Yet Another web content management system that uses Apache mod_perl and MySQL to move blocks of text/html around. It is used on Everything2.com, PerlMonks.org, and Animefu.com.
A Perl web application framework for Apache/mod_perl, CGI and Fast-CGI. Object oriented design allows for a pragmatic, modular approach to URL dispatching. Supports MVC and initiates rapid development, offering an organized coding scheme for web applications.