Re: interpolation question

2002-05-23 Thread Simon Oliver
John Deighan wrote: > > In the code below, you can probably see what I'm trying to do - execute an > object method within a "HERE document". 1. You can't call methods within HERE docuemnts, but you can use variables. 2. fetchrow_array is a statement handle method, not a database handle method -

RE: interpolation question

2002-05-23 Thread Paul G. Weiss
uch better approach is to use the ? placeholder and let the driver worry about quoting: my $name = $db->selectall_arrayref(< -Original Message- > From: Paul G. Weiss > Sent: Thursday, May 23, 2002 10:55 AM > To: 'John Deighan' > Cc: [EMAIL PROTECTED] > S