DreamT has asked for the wisdom of the Perl Monks concerning the following question:
Hi!
Short question, I'd like to fetch a table (MySQL) and dump it's entire contents to a two dimensional array, so that I could access the data based on column name and row number.
I want to do it in the most logic way possible. How do I do it?