Re: out of memory
- From: ron@xxxxxxxxxxxxx (Ron Savage)
- Date: Fri, 29 Dec 2006 10:30:28 +1100
On Thu, 28 Dec 2006 13:48:28 -0800, louis fridkis wrote:
Hi Louis
while($cel_sth->fetch()){
What makes you think this is not returning one row at a time?
I assume the real problem is in the code you've suppressed.
$printstring =~ s/,$/);/; print "$printstring\n"; }
Using s// to replace a char is shooting a mouse with an elephant gun. Try:
substr($x, length($x) - 1, 1) = ');';
--
Cheers
Ron Savage, ron@xxxxxxxxxxxxx on 29/12/2006
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company
.
- Follow-Ups:
- Re: out of memory
- From: Marius Feraru
- Re: out of memory
- References:
- out of memory
- From: Louis Fridkis
- out of memory
- Prev by Date: out of memory
- Next by Date: RE: Perl lib version not match executable version
- Previous by thread: out of memory
- Next by thread: Re: out of memory
- Index(es):
Relevant Pages
|
|