Re: mod perl and HTML forms

2007-11-13 Thread Perrin Harkins
On Nov 12, 2007 9:38 PM, Mag Gam <[EMAIL PROTECTED]> wrote: > I am new to mod_perl, and I am trying to pass data thru a HTML form. I am > able to get all data with the exception of "SELECT MULTIPLE" > > Can someone please provide a good example with this? use CGI; my $q = CGI->new; my @values = $q

mod perl and HTML forms

2007-11-12 Thread Mag Gam
I am new to mod_perl, and I am trying to pass data thru a HTML form. I am able to get all data with the exception of "SELECT MULTIPLE" Can someone please provide a good example with this? Or show me a document I can refer to. TIA