in reply to Re: Re: two submit buttons in a form
in thread two submit buttons in a form
my @value = $q->param("bloption");
Otherwise, CGI.pm returns a scalar with the value of bloption. Examining the URL of the submitted form (that contains the two submit buttons), I can see that only one value for bloption is actually being submitted:
http://localhost/~sutch/test/index.cgi?bloption=add
|
|---|