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.
secret project (Score:1)
Re:secret project (Score:1)
I had a conversation about this very topic with Jeff Zucker a few weeks ago, because I had the same issues with
SQL::Statement. He pointed me atSQL::Parser, upon whichSQL::Statementis based, and which is much more flexible. You simply need to subclassSQL::Parser, and override the methods that aren't flexible enough for you.Also, the guts of
SQL::Parserare regex-based, and Jeff seems pretty open to accepting ideas and patches, so you might want to talk to him about contributing your improvements / modifications.(darren)
Reply to This
Parent