
mark at icanfixyouremail
Feb 6, 2005, 7:48 AM
Views: 1364
Permalink
|
|
Trying to get list/hash of form values with Params
|
|
I can't get $Request->Params to give me the list of parameters in a form I can loop through. Can someone provide an example? I've tried variations on %params = $Request->Params(); foreach $key (keys %params) { // etc. } to no avail. Thanks in advance for any suggestions. Mark McWiggins 425-369-8286 --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|