This perl module is for using MONTA METHOD on web contents.
'MONTA METHOD' is TV of Japan and a popular presentation technique.
Converted contents and reveal it with some action.
mod_realdoc is an Apache module which does a realpath on the docroot
symlink and sets the absolute path as the real document root for the
remainder of the request.
This is ApacheBench version 0.62, the Perl API for Apache benchmarking
and regression testing.
This project is meant to be the foundation of a complete benchmarking
and regression testing suite for a transaction- processing mod_perl
site. We needed to be able to stress our server to its limit while also
having a way to verify the HTTP responses for correctness. We also
extended the single-URL ab model to a multiple-URL sequence model.
ApacheBench is based on the Apache 1.3.12 ab code (src/support/ab.c).
Since the initial release, I have made efforts to merge in all the
newest features of ab. Currently (v0.62) it has almost all the features
of Apache 1.3.22 ab.
Ark is a web application framework. It's heavily inspired by Catalyst
Framework.
Most different point between Ark and Catalyst is that Ark has CGI
specific mode which can run applications less latency under CGI
environment.
This plugin for CGI::Application provides easy ways to setup run modes.
You can just write the method that implement a run mode, you do not have
to explicitly register it with CGI::App anymore.
This plugin is a wrapper around HTML::Tidy. It exports two methods
that allow you to either validate or clean up the output of your
cgiapp application. They should be called at the end of your postrun
method.
CGI::Application::Plugin::ValidateRM helps to validate web forms when using the
CGI::Application framework and the Data::FormValidator module.
See a nice example of all that modules working together at:
http://mark.stosberg.com/Tech/perl/form-validation/
You can use this module to decode form and query information, including file
uploads, as well as cookies in a very simple manner; you need not concern
yourself with the actual details behind the decoding process.
ClearSilver is a fast, powerful, and language-neutral template system. It is
designed to make it easy to create template driven static or dynamic
websites.
This port installs the ClearSilver Perl bindings.
In MyApp.pm:
use Catalyst qw/LogWarnings/;
After that, any warn statement that's executed during action
processing is sent to the log $c->log as a warning (instead of
being dumped to STDERR).