NAME
Bryar::Frontend::CGI - Common Gateway Interface to Bryar
SYNOPSIS
$self->parse_args(...);
$self->output(...);
DESCRIPTION
This is a frontend to Bryar which is used when Bryar is being driven as an ordinary CGI program.
METHODS
parse_args
$self->parse_args
This is a useful method, and should have a useful description.
output
$self->output
This is a useful method, and should have a useful description.
report_error
$self->report_error($title, $message)
Used when something went horribly wrong inside Bryar. Spits out the error in as friendly a way as possible to the browser.
LICENSE
This module is free software, and may be distributed under the same terms as Perl itself.
AUTHOR
Copyright (C) 2003, Simon Cozens simon@kasei.com
SEE ALSO
1;