in reply to 2d array

It looks like you are using fetchrow_arrayref() not fetchrow_hashref() but that was probably a mistake in your question.

The code you presented will print one row. I assume you have a loop somewhere. I don't think we can help you without seeing how you are iterating through each row you want to print.

-sauoq
"My two cents aren't worth a dime.";

Replies are listed 'Best First'.
Re: Re: 2d array
by pjanzen (Sexton) on Aug 01, 2002 at 20:31 UTC
    Thnx for reading my question :)
    I have some reformatting on my question to do
    On the otherhand i might have better luck with fetchrow_arrayref,
    but as i have not written the module that collect's the data it is better that i speak to the mod writter first

    Thnx again for the help

    Paul Janzen