oops! Muy Bad! I need more coffee :)

Sorry, I have no solution for this.

- Sandeep

On Thu, 2005-09-29 at 11:12 -0400, Ronald J Kimball wrote:
> Sandeep Chayapathi [mailto:[EMAIL PROTECTED] wrote:
> >  
> > You should escape the $. For eg, this prints $ literally:
> >  perl -e 'print "\$";'
> > 
> > so you could do "create table foo\$bar (id integer);"
> 
> That *is* what he tried to do:
> 
> > > But if i try to do this
> > > $dbh->do("create table foo\$bar (id integer);");
> > > in a script, then following error is emiited:
> > > DBD::Pg::db do failed: Execute called with an unbound placeholder
> 
> 
> Ronald
> 
> 
> 

Reply via email to