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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
