in reply to Simple db select output script hanging up.

try
print ", $data[$a]->[$b]" ;
instead of
print ", $data[$a][$b]" ;
LuCa

UPDATE: Change $a en $b in something else, like $x and $y

Replies are listed 'Best First'.
Re^2: Simple db select output script hanging up.
by punch_card_don (Curate) on Jun 22, 2007 at 17:06 UTC
    Thanks for the idea, tried it, but with the result that, admittedly, I expected - no change.

    I should re-emphasize - it outputs the first 50 lines just fine. If it had been a syntax or referencing issue, you'd expect it to appear right away.