Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Example of what I want to do: an html table with 3 columns and 10 rows.
html::pager has a ready made template for columns. My question is how do I get the javascript and links to attach to the specific products?

Second question, which is the best data retrieval method for this type of situation...fetchrow_hashref? fetchrow_arrayref? fetchrow_array?

I understand mySQL queries and basic Perl code. If you get into references of arrays and hashes, especially anonymous lists, I need examples.

Thank you in advance for your time and sharing your knowledge.

Ashford

Replies are listed 'Best First'.
Re: html::pager & columns
by Ashford (Initiate) on Jan 30, 2005 at 18:20 UTC
    Dang it. Thought I was logged in when I posted my question. Keying in here, so I can track the replies. Ashford
      My answer will be too short in contrast to some excellent manuals.
      Please, take a look at DBI - http://search.cpan.org/ and perlref
      - perldoc perlref from cli.