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

Teamspeak - Interface to administrate Teamspeak-Voice-Server

SYNOPSIS

  use Teamspeak;
  Teamspeak->new( type => 'telnet', host => 'localhost', port => 51234 );

CLASS METHODS

new

  Teamspeak->new( type => $type, ... )

The rest of the Parameters depends on the value of $type. $type can be either telnet, web, sql or udp. See "Teamspeak::Telnet", "Teamspeak::SQL", "Teamspeak::Web" or "Teamspeak::UDP" respectivly.

error

This sets the error value and errstr.

_croak()

All errors that are generated will use the _croak() method.

AVAILABILITY

Teamspeak has been uploaded to the CPAN.
$Id$
$URL$