Provided by: libasterisk-agi-perl_1.01-2_all 

NAME
Asterisk::Manager - Asterisk Manager Interface
SYNOPSIS
use Asterisk::Manager;
my $astman = new Asterisk::Manager;
$astman->user('username');
$astman->secret('test');
$astman->host('localhost');
$astman->connect || die "Could not connect to " . $astman->host . "!\n";
$astman->disconnect;
DESCRIPTION
This module provides a simple interface to the asterisk manager interface.
perl v5.10.0 2009-06-26 Asterisk::Manager(3pm)