doc/PERL-HOWTO.dox

changeset 10161
0b2735f465e2
parent 9433
1bddc86f744b
child 10408
fc1677c9daf4
equal deleted inserted replaced
10160:90f207810143 10161:0b2735f465e2
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

mercurial