Notice too that in Jeff's example he used the q() construct which is fine too when using placeholders since no variables need to be interpolated.
>>> "Mark Galbraith" <[EMAIL PROTECTED]> 03/11/04 06:00PM >>> Jeff Zucker <mailto:[EMAIL PROTECTED]> wrote: > Your quote marks were messing you up and the easiest way to > avoid that > and other problems is to use placeholders (the ? in the $sql_dmd). Or use the Perl qq() construction which avoids the problem alltogether. -- Mark Galbraith CERT UNIX Application Engineer Data Return LLC
