in reply to
reading value from html to cgi
Fetch the parameter list as a hash
and
reverse
it or
grep
its
values
.
Comment on
Re: reading value from html to cgi
Replies are listed 'Best First'.
Re^2: reading value from html to cgi
by
Anonymous Monk
on Nov 24, 2014 at 10:30 UTC
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
[reply]
In Section
Seekers of Perl Wisdom