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 loopAre 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/
