Ok, please bear with me if this is a simple question, I've only been programming in Perl for about 2 weeks now. I'm using a Perl script to query a MYSQL database and display the results in a webpage. There's too much to display every field of every row on a single page, though, so I want to show the first few fields and have the first field be a link to a page that displays the rest of the info for that item. What is the best way to pass an identifier to use in a SELECT statement on the next page?