NAME
Labyrinth::Writer::Render::CGI - Output Handler via CGI for Labyrinth.
SYNOPSIS
use Labyrinth::Writer::Render::CGI;
my $render = Labyrinth::Writer::Render::CGI->new();
$render->redirect($url); # HTTP redirect
$render->publish($format, $text);
DESCRIPTION
Use CGI to output text or redirect.
METHODS
- new
-
Object constructor.
- redirect($url)
-
Redirect to given URL.
- binary($vars)
-
Shorthand output of binary data and files.
- publish($format, $text)
-
Publishes text output.
SEE ALSO
CGI,
Labyrinth
AUTHOR
Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT & LICENSE
Copyright (C) 2002-2015 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.