jeevs schreef:

> fetch returns me all the results but it just doesn't know when to stop
> i.e
>  while (my @arr = $sth->fetch){
>     print Dumper @arr;
> }
> it goes in infinite loop

Are you using DBIx::Simple?

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to