On Wednesday, May 1, 2002, at 03:04 , bob ackerman wrote:

> On Wednesday, May 1, 2002, at 02:55  PM, drieux wrote:
>> On Wednesday, May 1, 2002, at 02:47 , Greg D. wrote:
>>> here's the code:
>>>
>>> while(my @data = $sth->fetchrow_array){
>>>         print "@data\n";
>>
>> what does
>>
>>      print "$_\n" foreach (@data) ;
>>
>> do for you?
>
> but his code should have printed each row on its own line. your code will 
> print each field of the record on its own line.

that was what I was afraid you were going to tell me.....

Sounds like it's time for one of chas's classic multiple expansion
with the do loop in the midst types of weirdness....

> that doesn't seem right. unless the sql query bunched up a pile of 
> records into each row?
> maybe we need to know what the fields are and what the query looks like.

Yeah....

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to