in reply to Re^4: Whats wrong with this code.
in thread Whats wrong with this code.

Have the next cgi print out what values were passed to it and exit. See if something is missing or is being passed with a different name.

Personally, I don't like CGI.pm. What's wrong with just crafting the HTML in a print statement?