All this talk about stored procedures in Perl makes me wonder. Aren't stored procedures the kind of legacy architecture everyone is trying to get away from? Aren't clustered application servers (like mod_perl + selected modules) a better approach in general?
I usually hear people support stored procs by saying that they are cross-language, but so is SOAP and HTTP. So why is everyone so hot to code stored procedures? - Perrin