John Drago > Apache2-ASP-1.39 > Apache2::ASP

Download:
Apache2-ASP-1.39.tar.gz

Dependencies

Annotate this POD

Related Modules

HTML::Mason
HTML::Template
Apache::ASP
CGI::Application
Class::DBI
Test::More
Rose::DB::Object
Rose::DB
Text::Template
Devel::Cover
more...
By perlmonks.org

CPAN RT

Open  2
View Bugs
Report a bug
Module Version: 1.39   Source   Latest Release: Apache2-ASP-2.45

NAME ^

Apache2::ASP - Perl extension for ASP on mod_perl2.

SYNOPSIS ^

In your ASP script

  <html>
    <body>
      <%= "Hello, World!" %>
      <br>
      <%
        for( 1...10 ) {
          $Response->Write( "Hello from ASP ($_)<br>" );
        }
      %>
    </body>
  </html>

INSTALLATION ^

For installation instructions, please refer to Apache2::ASP::Manual::Intro.

INTRODUCTION ^

For an introduction to Apache2::ASP, please see Apache2::ASP::Manual::Intro.

DESCRIPTION ^

Apache2::ASP is a mod_perl2-specific subclass of Apache2::ASP::Base.

METHODS ^

handler( $r )

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.

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.