NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Another solution (Score:1)
Another option available too for embedding Perl into the database back-end is PostgreSQL in the form of PL/Perl (or PL/PerlU if installed in the untrusted form) - The current limitations of this implementation of Perl though is that PL/Perl functions cannot call each other directly and that these functions cannot be used as triger functions.
Reply to This