comparison doc/PERL-HOWTO.dox @ 10408:f53c59c95f03

[gaim-migrate @ 11656] I dance through Gaim's code... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 24 Dec 2004 02:29:24 +0000
parents f17e538bf9e0
children 364a2ef907ae
comparison
equal deleted inserted replaced
10407:3fcfab5f0cc6 10408:f53c59c95f03
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_ 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. 5 YOU ARE VERY CAREFUL. DO _NOT_ COMPLAIN ABOUT THIS API. SUBMIT A PATCH.
6
7 Really? Like what? Don't you think you're overreacting just a tad bit?
6 8
7 Perl is the first scripting language compatible with Gaim, and has been a 9 Perl is the first scripting language compatible with Gaim, and has been a
8 valuable aid to developers wishing to write scripts to modify the behavior 10 valuable aid to developers wishing to write scripts to modify the behavior
9 of their favorite instant messenger. A perl script acts like a normal 11 of their favorite instant messenger. A perl script acts like a normal
10 plugin, and appears in the list of plugins in Gaim's preferences pane. 12 plugin, and appears in the list of plugins in Gaim's preferences pane.