in reply to MT perl question

You're going to want to look at using some sort of templating system. I'd look at Template toolkit, but HTML::Template has a lot of adherents, as well. That will help separate out the display logic from the code logic.

Also, you're going to want to learn how to debug a problem. This sounds like you're learning programming along with this, which is great. Debugging is an artform all of its own. Enjoy!

------
We are the carpenters and bricklayers of the Information Age.

Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

I shouldn't have to say this, but any code, unless otherwise stated, is untested