So I've been working on making a web site with some pictures I got digitized, I made my self a perl proggy that would go thru all the subdirectories of my photo directory and make thumbnails, then I made a one that would generate all the html I would need, to link all the pics to index.html, know I'm trying to make a perl proggy that basically displays all the pics using html, and has some forms so I can fill out some data about the pics such as what the pic is, where, whether or not it good or bad ... and then save the data to some files. at the moment the main problem I have is how do I get data back from the browser to my perl script. any info would be appreciated