Re: [GENERAL] Help with a plperl function

2005-04-18 Thread Harald Fuchs
In article <[EMAIL PROTECTED]>, Alex <[EMAIL PROTECTED]> writes: > Hi, > i am having a problem with a plperl function. bellow function always > returns me an error saying "elements of Perl result array must be > reference to hash" > Can anyone point me out what i am doing wrong here? > Basically

Re: [GENERAL] Help with a plperl function

2005-04-18 Thread Michael Fuhr
On Tue, Apr 19, 2005 at 03:00:07AM +1000, Alex wrote: > > i am having a problem with a plperl function. bellow function always > returns me an error saying "elements of Perl result array must be > reference to hash" [snip] >my $row = $rv->{rows}[$rn]; >my @record; > >$rec

[GENERAL] Help with a plperl function

2005-04-18 Thread Alex
Hi, i am having a problem with a plperl function. bellow function always returns me an error saying "elements of Perl result array must be reference to hash" Can anyone point me out what i am doing wrong here? Basically i try to return data from a select in a specific record format. (i know that