Konstrukt::Handler 0.5 Beta 6
Konstrukt::Handler is a base class for handlers that control the processing of the requests. SYNOPSIS use Konstrukt::Ha
|
|||||||||||||||||||
Konstrukt::Handler is a base class for handlers that control the processing of the requests.
SYNOPSIS
use Konstrukt::Handler;
#inherit new(), process() and emergency_exit()
use base 'Konstrukt::Handler';
#create handler sub. usually a bit more comprehensive. see existing handlers
sub handler {
my ($self) = @_;
print $self->process();
}
#optional: overwrite method emergency_exit to provide some more info.
sub emergency_exit {
my ($self) = @_;
#do something. e.g. print out error messages.
die;
}
Base class for the Konstrukt handlers.
You should inherit from this class when building your own handler.
You will find the handlers currently available in the Konstrukt::Handler directory.
Requirements:
tags
Download Konstrukt::Handler 0.5 Beta 6
Authors software
|
|
Similar software
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Other software in this category
|
|
|
|
|
|
|
|
|
|
Featured Software
jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java
Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser
GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell
- Communications
- Database
- Desktop Environment
- Games
- Internet
- Multimedia
- Office
- Programming
- Science and Engineering
- System
- Text Editing&Processing
