There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Skype::Any::API - API interface for Skype::Any

METHODS

$api->is_running()

Return 1 when Skype is running and 0 otherwise.

$api->send_command($cmd, $expected)

Send Skype API string. This method returns new instance of Skype::Any::Commond. If you want reply command sent:

$api->send_command($cmd)->reply();

ATTRIBUTES

$api->handler