Apache2::ASP::Manual::GlobalASA

Apache2::ASP::Manual::GlobalASA contains documentation about the GlobalASA.
Download

Apache2::ASP::Manual::GlobalASA Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John Drago
  • Publisher web site:
  • http://search.cpan.org/~johnd/Apache2-ASP-1.23/lib/Apache2/ASP/Manual/HttpdConf.pod

Apache2::ASP::Manual::GlobalASA Tags


Apache2::ASP::Manual::GlobalASA Description

Apache2::ASP::Manual::GlobalASA contains documentation about the GlobalASA. Apache2::ASP::Manual::GlobalASA contains documentation about the GlobalASA.SYNOPSIS package GlobalASA; use strict; use warnings 'all'; use base 'Apache2::ASP::GlobalASA'; use vars qw( $Request $Response $Session $Application $Server $Form $Config ); sub Script_OnParse { my $sourceref = shift(@_); }# end Script_OnParse() sub Script_OnStart { }# end Script_OnStart() sub Script_OnFlush { }# end Script_OnFlush() sub Script_OnEnd { }# end Script_OnEnd() sub Script_OnError { my ($error, $stacktrace) = ($@, @_); }# end Script_OnError() sub Session_OnStart { }# end Session_OnStart() sub Application_OnStart { }# end Application_OnStart() 1;# return true:IMPORTANT: This is the Manual for GlobalASA development. If you are looking for general API information, please refer to Apache2::ASP::GlobalASA instead.Your GlobalASA is a central place that makes it easy to specify event listeners that respond to different kinds of events in your web applications.Developers experienced with "classic" ASP will recognize that there are several more events available here than they are familiar with.Adding a GlobalASA class to your website is completely optional. If you don't have a GlobalASA then the default GlobalASA class will be used instead. Its event handlers do nothing. Requirements: · Perl


Apache2::ASP::Manual::GlobalASA Related Software