Apache-HeavyCGI
view release on metacpan or search on metacpan
ChangeLog History of Changes, Sort of
MANIFEST This file
Makefile.PL creates the Makefile
README
lib/Apache/HeavyCGI.pm Defines framework
lib/Apache/HeavyCGI/Date.pm Handles dates
lib/Apache/HeavyCGI/Debug.pm Debugging
lib/Apache/HeavyCGI/Exception.pm Exception handling
lib/Apache/HeavyCGI/ExePlan.pm Execution plan
lib/Apache/HeavyCGI/IfModified.pm If-Modified-Since
lib/Apache/HeavyCGI/Layout.pm Array-Utilities
lib/Apache/HeavyCGI/SquidRemoteAddr.pm X-Forwarded-For to remote_ip
lib/Apache/HeavyCGI/UnmaskQuery.pm Semicolon instead of question mark
t/pod.t
META.yml Module meta-data (added by MakeMaker)
lib/Apache/HeavyCGI.pm view on Meta::CPAN
Development stalled since 2001 and now discontinued.>
There is no official support for this software. If you find it useful
or even if you find it useless, please mail the author directly.
But please make sure you remember: THE RELEASE IS FOR DEMONSTRATION
PURPOSES ONLY.
=head1 DESCRIPTION
The Apache::HeavyCGI framework is intended to provide a couple of
simple tricks that make it easier to write complex CGI solutions. It
has been developed on a site that runs all requests through a single
mod_perl handler that in turn uses CGI.pm or Apache::Request as the
query interface. So Apache::HeavyCGI is -- as the name implies -- not
merely for multi-page CGI scripts (for which there are other
solutions), but it is for the integration of many different pages into
a single solution. The many different pages can then conveniently
share common tasks.
The approach taken by Apache::HeavyCGI is a components-driven one with
( run in 0.816 second using v1.01-cache-2.11-cpan-df04353d9ac )