NAME

Teamspeak - Interface to administrate Teamspeak-Server.

VERSION

This document refers to version 0.6 of Teamspeak.

SYNOPSIS

 use Teamspeak;
 my $tsh = Teamspeak->new( 
     timeout => <sec>,
     port => <port_number>,
     host => <ip_or_hostname>
   );
 

DESCRIPTION

You can connect to a Teamspeak-Server in four different Connection-Types: 1. Telnet 2. MySQL or MySQL::Lite 3. Web-Frontend 4. Teamspeak-Client is using UDP

Every Connection-Type can only use a part of all available Methods.

SUBROUTINES/METHODS

new( type => conn_type, [...] )

conn_type is the connection type and can be telnet, sql or web.

error( [$parms, ] $msg )

Used internally to set the error status and message.

CONFIGURATION AND ENVIRONMENT

There are no Environment-Variables used, at the moment.

DEPENDENCIES

DIAGNOSTICS

The Project is still Pre-Alpha.

Can't locate Teamspeak.pm in @INC

INCOMPATIBILITIES

BUGS AND LIMITATIONS

There are undoubtedly serious bugs lurking somewhere in this code, if only because parts of it give the impression of understanding a great deal more about Perl than they really do.

Bug reports and other feedback are most welcome at http://rt.cpan.org/NoAuth/Dists.html?Queue=Teamspeak

FILES

SEE ALSO

The different Teamspeak-Handle-Interfaces: Teamspeak::Telnet, Teamspeak::SQL, Teamspeak::Web. The different Objects: Teamspeak::Server, Teamspeak::Ban, Teamspeak::Player, Teamspeak::Channel, Teamspeak::Ban. The Homepage of the Sourecode: http://cpan-teamspeak.berlios.de/

AUTHOR

Martin von Oertzen (maletin@cpan.org)

LICENSE AND COPYRIGHT

Copyright (c) 2005-2008, Martin von Oertzen. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.