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
|