On Nov 12, 2007 9:38 PM, Mag Gam <suppressed> 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->param('foo');
Or use Apache2::Request, which looks almost the same.
- Perrin
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.