Bhuvan A <bhuvansql(at)yahoo(dot)com> writes:
> where can i get some good tutorials on plperl?
Dunno about an actual tutorial, but I've improved the standard docs
for 7.2:
http://candle.pha.pa.us/main/writings/pgsql/sgml/plperl.html
This does assume you already know Perl.
Note that the examples show
LANGUAGE plperl;
which is allowed in 7.2, but in 7.1 you must write
LANGUAGE 'plperl';
regards, tom lane