Should return as an array if you ask for one.... or at least it does for me.
my $apr = Apache::Request->new($r); my @array = $apr->param($key); -----Original Message----- From: David Hofmann [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 9:49 AM To: [EMAIL PROTECTED] Subject: Apache::Request Multivalues In CGI.pm you can use: %params = $q->Vars; To get the incoming form data and key words. Multivalued parameters are returned as a packed string, separated by the "\0" (null) character. How do you get multivalue data in Apache::Request? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html