The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Labyrinth::Query::CGI - Environment Handler via CGI for Labyrinth.

SYNOPSIS

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

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

DESCRIPTION

A very thin wrapper around CGI.pm.

METHODS

All methods are as per CGI.pm.

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.