| 1 /** @page perl-howto Perl Scripting HOWTO |
1 /** @page perl-howto Perl Scripting HOWTO |
| 2 |
2 |
| 3 @section Introduction |
3 @section Introduction |
| |
4 THERE ARE SIGNIFICANT BUGS IN THIS CODE. HOWEVER, IT _MOSTLY_ WORKS _IF_ |
| |
5 YOU ARE VERY CAREFUL. DO _NOT_ COMPLAIN ABOUT THIS API. SUBMIT A PATCH. |
| |
6 |
| 4 Perl is the first scripting language compatible with Gaim, and has been a |
7 Perl is the first scripting language compatible with Gaim, and has been a |
| 5 valuable aid to developers wishing to write scripts to modify the behavior |
8 valuable aid to developers wishing to write scripts to modify the behavior |
| 6 of their favorite instant messenger. A perl script acts like a normal |
9 of their favorite instant messenger. A perl script acts like a normal |
| 7 plugin, and appears in the list of plugins in Gaim's preferences pane. |
10 plugin, and appears in the list of plugins in Gaim's preferences pane. |
| 8 Until now, they have been very basic, and consisted of only a few |
11 Until now, they have been very basic, and consisted of only a few |