Hi,
I'm trying to write a front end for a perl script a client of mine wrote. He wants me to get a list of messages from his database and then print a list of them. The list must be ordered by date (which I can do) and then grouped by topic (not sure if this is the right word to use, but I...