in reply to Code conversion from embedded sql to Perl::MySQL

While I'm not certain I understand your question (and I'm definitely *not* a MySQL expert), maybe you're looking for something like SQL::Preproc ? Tho it would use DBD::mysql, not Perl::MySQL (whatever that is?).
  • Comment on Re: Code conversion from embedded sql to Perl::MySQL

Replies are listed 'Best First'.
Re^2: Code conversion from embedded sql to Perl::MySQL
by Sioln (Sexton) on Jan 18, 2006 at 07:02 UTC
    Thank you.