in reply to SQL Parsing with Parse::RecDescent

If SQL::Statement doesn't do it for you, try DBIx::MyParsePP. It's specifically for MySQL, but MySQl does implement SQL-92 and SQL-99.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?