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

Buckaroo Buddha has asked for the wisdom of the Perl Monks concerning the following question:

I'm wondering where the hash is in the $Request->form() object is. for example: I'd like to go
foreach my $key (keys $Request->form()) { $Response->write("$key,"); }
I just can't figure out how to reference it...
%$Request->form()
didn't work either