NAME

Labyrinth::Query::CGI - Environment hander for Labyrinth.

SYNOPSIS

use Labyrinth::Query::CGI;
my $cgi = Labyrinth::Query::CGI->new();

$cgi->env();
$cgi->Vars();
$cgi->cookie();

DESCRIPTION

A thin wrapper around CGI.pm.

METHODS

new

Object constructor.

env

Provides the %ENV hash.

SEE ALSO

CGI,
Labyrinth

AUTHOR

Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/

COPYRIGHT & LICENSE

Copyright (C) 2002-2011 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.