ASP
view release on metacpan or search on metacpan
This module is based on Matt Sergeant's excellent
Win32::ASP module, which can be found at
E<lt>F<http://www.fastnetltd.ndirect.co.uk/Perl>E<gt>.
After using Mr. Sergeant's module, I took on the task of
customizing and optimizing it for my own purposes. Feel
free to use it if you find it useful.
=head1 NOTES
This module is designed to work with both ASP PerlScript on IIS4,
as well as mod_perl/Apache::ASP on *nix platforms. Apache::ASP
already provides some of the functionality provided by this module;
because of this (and to avoid redundancy), ASP.pm attempts to detect
its environment. Differences between Apache and MS ASP are noted.
Both of the print() and warn() standard perl funcs are overloaded
to output to the browser. print() is also available via the
$ASP::ASPOUT->print() method call.
$Request->ServerVariables are only stuffed into %ENV on Win32
platforms, as Apache::ASP already provides this.
DESCRIPTION
This module is based on Matt Sergeant's excellent Win32::ASP
module, which can be found at
<http://www.fastnetltd.ndirect.co.uk/Perl>. After using Mr.
Sergeant's module, I took on the task of customizing and
optimizing it for my own purposes. Feel free to use it if you
find it useful.
NOTES
This module is designed to work with both ASP PerlScript on
IIS4, as well as mod_perl/Apache::ASP on *nix platforms.
Apache::ASP already provides some of the functionality provided
by this module; because of this (and to avoid redundancy),
ASP.pm attempts to detect its environment. Differences between
Apache and MS ASP are noted.
Both of the print() and warn() standard perl funcs are
overloaded to output to the browser. print() is also available
via the $ASP::ASPOUT->print() method call.
$Request->ServerVariables are only stuffed into %ENV on Win32
( run in 3.338 seconds using v1.01-cache-2.11-cpan-df04353d9ac )