http://www.perlmonks.org?node_id=138138


in reply to Re: Good Programming is Better
in thread Good Programming is Better

My rationale for using prepare is so I can use placeholders, so I can have arbitrary numbers of columns, and don't have to think about whether I need quotes. But if one can use placeholders with do, that'd be even sweeter.

§ George Sherston