Perl as a stored Procedure Language in MySQL - Table of Contents

  1. Introductions
  2. So why Stored Procedures
  3. Architecture
  4. Storing Perl in the DB
  5. Using Perl as a Function
  6. Aggregate
  7. Future
  8. Requirement for embedding Languages in MySQL
  9. PHP
  10. Java
  11. TCL and Python
  12. When is this a good idea?
  13. When is this a bad idea?
  14. Issues that still exist
  15. Where to find more info