in reply to Perl style/best practice question: how to [better] embed SQL in code ?

SQL::Catalog, SQL::Library, or especially Data::Phrasebook can help readability. Sometimes extracting SQL from the code is an improvement.

  • Comment on Re: Perl style/best practice question: how to [better] embed SQL in code ?

Replies are listed 'Best First'.
Re^2: Perl style/best practice question: how to [better] embed SQL in code ?
by metaperl (Curate) on Dec 17, 2008 at 14:22 UTC
    Class::DBI had a neat way of modularizing SQL... does DBIx::Class have something similar?
      here is how Class::DBI did it... I dont see anything similar for DBIx::Class