Buckaroo Buddha has asked for the wisdom of the Perl Monks concerning the following question:
I just can't figure out how to reference it...foreach my $key (keys $Request->form()) { $Response->write("$key,"); }
didn't work either%$Request->form()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PERL and ASP: using the $Request Object ?
by Jouke (Curate) on Jun 11, 2001 at 18:32 UTC | |
by Buckaroo Buddha (Scribe) on Jun 11, 2001 at 19:21 UTC | |
|
Re: PERL and ASP: using the $Request Object ?
by $code or die (Deacon) on Jun 12, 2001 at 14:43 UTC |