NOM

CTM - Introduction a la documentation des modules CTM::*.

SYNOPSIS

use CTM::ReadEM;
use CTM::ReadServer;

my $ctmEmSession = CTM::ReadEM->new(
    version => 7,
    DBMSType => "Pg",
    DBMSAddress => "127.0.0.1",
    DBMSPort => 3306,
    DBMSInstance => "ctmem",
    DBMSUser => "root",
    DBMSPassword => "root"
);

my $ctmServerSession = CTM::ReadServer->new(
    version => 7,
    DBMSType => "Pg",
    DBMSAddress => "127.0.0.1",
    DBMSPort => 3306,
    DBMSInstance => "ctmserver",
    DBMSUser => "root",
    DBMSPassword => "root"
);

DEPENDANCES DIRECTES

CTM::Base

CTM::ReadEM

CTM::ReadServer

NOTES

Pour plus d'informations se referer a la POD des modules CTM::ReadEM et CTM::ReadServer.

LIENS

- Depot GitHub : http://github.com/le-garff-yoann/CTM

AUTEUR

Le Garff Yoann <pe.weeble@yahoo.fr>

LICENCE

Voir licence Perl.