1Pidgin(3) User Contributed Perl Documentation Pidgin(3)
2
3
4
6 Pidgin - Perl extension for the Pidgin instant messenger.
7
9 use Pidgin;
10
12 This module provides the interface for using perl scripts as plugins in
13 Pidgin, with access to the Pidgin Gtk interface functions.
14
16 This module provides the interface for using perl scripts as plugins in
17 Pidgin, with access to the Pidgin Gtk interface functions. With this,
18 developers can write perl scripts that can be loaded in Pidgin as
19 plugins. The script can interact with IMs, chats, accounts, the buddy
20 list, pidgin signals, and more.
21
22 The API for the perl interface is very similar to that of the Pidgin C
23 API, which can be viewed at http://developer.pidgin.im/doxygen/ or in
24 the header files in the Pidgin source tree.
25
28 The Pidgin perl module.
29
30 Pidgin website - http://pidgin.im/
31
33 Etan Reisner, <deryni@gmail.com>
34
36 Copyright 2006 by Etan Reisner
37
38
39
40perl v5.30.0 2019-07-26 Pidgin(3)