The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache2::ASP::Application - Shared data for Apache2::ASP applications.

DESCRIPTION

The global $Application object is an instance of Apache2::ASP::Application.

Placing data inside the $Application object makes it available to all future requests to that web application.

SEE ALSO

Make sure to take a look at Apache2::ASP::Application::MySQL since it is the default Application state manager.

AUTHOR

John Drago jdrago_999@yahoo.com

COPYRIGHT AND LICENSE

Copyright 2007 John Drago, All rights reserved.

This software is free software. It may be used and distributed under the same terms as Perl itself.