Re: [Gimp-developer] Re: Gimp Arrays in Perl

2003-06-03 Thread pcg
On Tue, Jun 03, 2003 at 10:54:25AM +0300, Shlomi Fish <[EMAIL PROTECTED]> wrote: > > gimp_pencil($layer, 4, @positions ); > gimp_pencil($layer, 4, [EMAIL PROTECTED]); To add, arrays are always passed _into_ the gimp as references [...]. Functions returning a single array return a list, e.g.

[Gimp-developer] Re: Gimp Arrays in Perl

2003-06-03 Thread Shlomi Fish
On Tue, 3 Jun 2003, Kenny Law wrote: > First of all, just wanna thank you guys especially Chris, Branko, Marc and > Dov for answering some of my questions the past 2 days. Your help is greatly > appreciated. > > Anyway, my question regards the gimp_pencil tool. One of its parameters > is an array