in reply to
Looking for neater solution with dynamic query
In addition to
merlyn
's suggestion,
SQL::Interpolate
and
SQL::String
offer alternate approaches to dynamically constructing SQL.
Comment on
Re: Looking for neater solution with dynamic query
In Section
Seekers of Perl Wisdom