NAME
CTKx - User extension CTK
VERSION
Version 2.00
SYNOPSIS
package main;
use CTK;
use CTKx;
my $ctkx = CTKx->instance( ctk => new CTK );
package MyApp;
my $c = CTKx->instance->c;
my $ctk = CTKx->instance->ctk;
DESCRIPTION
Extension for working with CTK as "Singleton Pattern"
c, ctk
my $c = CTKx->instance->c;
my $ctk = CTKx->instance->ctk;
Returns ctk-object
HISTORY
See Changes
file for details
DEPENDENCIES
TO DO
See TODO
file
BUGS
* none noted
SEE ALSO
perl
, Class::Singleton
AUTHOR
Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See LICENSE
file and https://dev.perl.org/licenses/