comparison doc/PERL-HOWTO.dox @ 10161:f17e538bf9e0

[gaim-migrate @ 11247] it SUCKS to have to commit this note twice. but if it was true before, it is DOUBLY true now committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 08 Nov 2004 01:52:34 +0000
parents 775ee46b67a2
children f53c59c95f03
comparison
equal deleted inserted replaced
10160:7a75a264ac20 10161:f17e538bf9e0
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