in reply to Re: fetchrow_array loop in perl 5.10
in thread fetchrow_array loop in perl 5.10

errstr has no value for every after line, the issue here is that the loop (fetchrow_array) ends after 2 rows (out of 4) always. again the code perfectly works before the perl upgrade.

Replies are listed 'Best First'.
Re^3: fetchrow_array loop in perl 5.10
by mr_mischief (Monsignor) on Sep 19, 2014 at 13:44 UTC

    If there are no errors but the loop ends unexpectedly, have you checked to see that the loop conditional is what you expect?