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

Search results for "dist:Plasp asp"

Plasp - PerlScript/ASP River stage zero No dependents

Plasp is CatalystX::ASP, which is a plugin for Catalyst to support ASP (PerlScript) but with Catalyst ripped out. This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, t...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Exception::End - Exception to end ASP processing River stage zero No dependents

This is the class for the Exception which is thrown then you call "$Response->End()". This class is not intended to be used directly by users....

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::App - Create Plasp Plack App! River stage zero No dependents

Use Plasp::App as a Role::Tiny to create a new PSGI app. Call the "new" class method and get a subroutine in return which will serve a PSGI application....

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Log - Logging class for Plasp River stage zero No dependents

A class to define logger functions. Essentially send every message to logger although prepends log level...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Exception::Code - Exception to end ASP processing due to code error River stage zero No dependents

This is the class for the Exception which is thrown when an error is found in the application code while parsing, compiling, or executing. This is incorrect usage of ASP. This class is not intended to be used directly by users....

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Parser - Role for Plasp providing code parsing River stage zero No dependents

This class implements the ability to parse ASP code into readable format for "Plasp::Compiler"...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::State - Role for initializing State objects: $Session and $Application River stage zero No dependents

This role is mainly consumed by the Plasp class in order to instantiate State objects in the ASP object....

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Server - $Server Object River stage zero No dependents

The $Server object is that object that handles everything the other objects do not. The best part of the server object for Win32 users is the "CreateObject" method which allows developers to create instances of ActiveX components, like the ADO compon...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Request - $Request Object River stage zero No dependents

The request object manages the input from the client browser, like posts, query strings, cookies, etc. Normal return results are values if an index is specified, or a collection / perl hash ref if no index is specified. WARNING: the latter property i...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Response - $Response Object River stage zero No dependents

This object manages the output from the ASP Application and the client web browser. It does not store state information like the $Session object but does have a wide array of methods to call....

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Exception::Redirect - Exception to end ASP processing due to redirect River stage zero No dependents

This is the class for the Exception which is thrown then you call "$Response->Redirect()". This class is not intended to be used directly by users....

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Exception::NotFound - Exception to end ASP processing due file not found River stage zero No dependents

This is the class for the Exception which is thrown when the file to be compiled is not found. This should eventually end up being a 404 for the end-user. This class is not intended to be used directly by users....

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::Compiler - Role for Plasp providing code compilation River stage zero No dependents

This class implements the ability to compile parsed ASP code....

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::GlobalASA - global.asa River stage zero No dependents

The ASP platform allows developers to create Web Applications. In fulfillment of real software requirements, ASP allows event-triggered actions to be taken, which are defined in a global.asa file. The global.asa file resides in the "Global" directory...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::State::Session - Role for $Session objects River stage zero No dependents

The $Session object keeps track of user and web client state, in a persistent manner, making it relatively easy to develop web applications. The $Session state is stored across HTTP connections, in database files in the "Global" or "StateDir" directo...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC

Plasp::State::Application - Role for $Application objects River stage zero No dependents

Like the $Session object, you may use the $Application object to store data across the entire life of the application. Every page in the ASP application always has access to this object. So if you wanted to keep track of how many visitors there where...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC
16 results (0.031 seconds)