in reply to reading value from html to cgi

Your code and question are a bit unclear to me.

You say that you read "name", but $cgi->param('firstname') is documented to return the value of the input field with name firstname.

Please post a complete program that shows the problem you have. Also, explain a bit longer what value you expect $firstname to contain. Also explain what you mean by "read value" and how this is different from what is in $firstname.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.