Re: $Request->Form() arrays

2005-01-03 Thread Josh Chamas
Andrew Koebrick wrote: I am in the process of shifting from CGI.pm to the $Request->Form ($name) method for reading in form data in a few applications. CGI.pm was handy because it automatically created an array for all varialbles where there were multiple values. What is the best way in Apache

$Request->Form() arrays

2005-01-03 Thread Andrew Koebrick
I am in the process of shifting from CGI.pm to the $Request->Form ($name) method for reading in form data in a few applications. CGI.pm was handy because it automatically created an array for all varialbles where there were multiple values. What is the best way in Apache::ASP to get the data