[EMAIL PROTECTED] writes:
> I'm curious now, how to I capture that information when someone clicks the
> "Submit" button. What I need to do is capture that information into
> variables
> withing the CGI in order to then launch another script with those
> variables as
> command line arguments.
Try:
@values = $query->param('foo');
$value = $query->param('foo');
--kevin
--
Kevin D. Clark ([EMAIL PROTECTED]) | Will hack Perl for
Cetacean Networks, Inc. | fine food, good beer,
Portsmouth, N.H. (USA) | or fun.
[EMAIL PROTECTED] (PGP Key Available) |
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************