debian man page for asterisk::manager

Query: asterisk::manager

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Asterisk::Manager(3pm)					User Contributed Perl Documentation				    Asterisk::Manager(3pm)

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 . "! "; $astman->disconnect;
DESCRIPTION
This module provides a simple interface to the asterisk manager interface. perl v5.10.0 2009-06-26 Asterisk::Manager(3pm)
Related Man Pages
asterisk(8) - debian
rasterisk(8) - debian
safe_asterisk(8) - debian
layout::manager::axis(3pm) - debian
layout::manager::grid(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?