my
function is very long but i found an example with the same comportment
:
CREATE
OR REPLACE FUNCTION adoc.totoTest()
RETURNS int4 AS $BODY$ my $var = '->>>'; &concat($var); sub concat { $var .= 'tagada'; } elog NOTICE, $var; return 4; $BODY$ LANGUAGE 'plperl' VOLATILE; first
execution : ->>>tagada
second
execution : ->>>
(for
my second problem, i not able to reproduce it....i deleted the source
code)
but
what means 'use strict' ?
thanks
|
Title: RE: [GENERAL] Convert Cursor to array
- Re: [GENERAL] pl/perl problem FERREIRA William (COFRAMI)
- Re: [GENERAL] pl/perl problem Richard Huxton
- Re: [GENERAL] pl/perl problem Sean Davis
- Re: [GENERAL] pl/perl problem FERREIRA William (COFRAMI)
- Re: [GENERAL] pl/perl problem FERREIRA William (COFRAMI)