in reply to Re^2: (OT) getting Submit button value in CGI application
in thread (OT) getting Submit button value in CGI application

Hi,
print input({-name='button1', -type=>'submit',-value=>'Update'})
then use param(button1) to get the value
Regards,
svenXY