http://www.perlmonks.org?node_id=510948


in reply to Re: retrieve dynamic form data
in thread retrieve dynamic form data

actually it returns a hash not hash ref so: %params = Vars; #or using OO method $cgi = new CGI; %params = $cgi->Vars;

"Cogito cogito ergo cogito sum - I think that I think, therefore I think that I am." Ambrose Bierce