
Hyper::Singleton::CGI - Singleton CGI Class.

This document describes Hyper::Singleton::CGI 0.01

use Hyper::Singleton::CGI;
my $singleton = Hyper::Singleton::CGI->singleton();
my $new_instance = Hyper::Singleton::CGI->new();

Hyper::Singleton::CGI inherits from CGI and uses the singleton design pattern.

my $new_instance = Hyper::Singleton::CGI->new();
Create a new Object instance.
my $singleton = Hyper::Singleton::CGI->singleton();
Get the object as singleton.






$Author: ac0v $
$Id: CGI.pm 317 2008-02-16 01:52:33Z ac0v $
$Revision: 317 $
$Date: 2008-02-16 02:52:33 +0100 (Sa, 16 Feb 2008) $
$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/tags/0.05/lib/Hyper/Singleton/CGI.pm $

Andreas Specht <ACID@cpan.org>

Copyright (c) 2007, Andreas Specht <ACID@cpan.org>. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.