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
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