comparison plugins/perl/perl.c @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents 3e8592b95f68
children d7b8eb1f0a18
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
132 char *perl_args[] = { "", "-e", "0", "-w" }; 132 char *perl_args[] = { "", "-e", "0", "-w" };
133 char perl_definitions[] = 133 char perl_definitions[] =
134 { 134 {
135 /* We use to function one to load a file the other to 135 /* We use to function one to load a file the other to
136 execute the string obtained from the first and holding 136 execute the string obtained from the first and holding
137 the file conents. This allows to have a realy local $/ 137 the file contents. This allows to have a really local $/
138 without introducing temp variables to hold the old 138 without introducing temp variables to hold the old
139 value. Just a question of style:) */ 139 value. Just a question of style:) */
140 "package Gaim::PerlLoader;" 140 "package Gaim::PerlLoader;"
141 "use Symbol;" 141 "use Symbol;"
142 142