http://qs321.pair.com?node_id=1108083


in reply to Perl script not rendering values

Please use code tags around your code to make it readable.

There is not enough code there to identify the problem. If the values you expect are not in %FORM as you seem to be indicating, I would recommend looking at where %FORM is populated from the POST data. If that is correct then look at the POST data and make sure the form is sending what you expect. You should look at Basic debugging checklist for tips on how to debug your code.