NAME
Konstrukt::Handler::CGI - Handler for the processing of a given filename
SYNOPSIS
my $root = $ENV{'DOCUMENT_ROOT'};
my $cgihandler = Konstrukt::Handler::CGI->new($root, $filename);
$cgihandler->handler();
DESCRIPTION
Parses a given file against special (e.g. <&...&>) tags and prints out the result.
CONFIGURATION
#TODO: config doc
METHODS
handler
Handles the file and prints out the result
emergency_exit
Will be called on a critical error. Put out the error messages.
AUTHOR
Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.
This document is free software. It is distributed under the same terms as Perl itself.