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

NAME

Apache2::ASP::ASPPage - base class for all *.asp scripts

SYNOPSIS

Internal use only.

DESCRIPTION

All *.asp scripts are 'compiled' down to their respective *.pm files. The package definition within those *.pm files all begin with this code:

  use base 'Apache2::ASP::ASPPage';

After that, you will find your code, just a little uglier than you wrote it.

This package is only used internally.

BUGS

It's possible that some bugs have found their way into this release.

Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.

HOMEPAGE

Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.

AUTHOR

John Drago mailto: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.