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();