in reply to
Re: reading value from html to cgi
in thread
reading value from html to cgi
The documentation you linked explains the caveats, but its easier to simply avoid them to begin with :),
use CGI->param instead of CGI->Vars , CGI->Vars has caveats , its broken by design
Comment on
Re^2: reading value from html to cgi
In Section
Seekers of Perl Wisdom