| Apache2::ASP - Perl extension for ASP on mod_perl2. |
Apache2::ASP - Perl extension for ASP on mod_perl2.
<html> <body> <%= "Hello, World!" %> <br> <% for( 1...10 ) { $Response->Write( "Hello from ASP ($_)<br>" ); } %> </body> </html>
For installation instructions, please refer to the Apache2::ASP::Manual::Intro manpage.
For an introduction to Apache2::ASP, please see the Apache2::ASP::Manual::Intro manpage.
Apache2::ASP is a mod_perl2-specific subclass of the Apache2::ASP::Base manpage.
Used by mod_perl - you can safely ignore this one for now.
If you are really interested in what goes on in there, please read the source.
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html to submit bug reports.
Please visit the Apache2::ASP homepage at http://apache2-asp.no-ip.org/ to see examples of Apache2::ASP in action.
John Drago mailto:jdrago_999@yahoo.com
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.
| Apache2::ASP - Perl extension for ASP on mod_perl2. |