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

Precisely, because you haven't given it a name. Try adding a name attribute to it like:

print input({-type=> "submit",-value=>"Update",-name=>"Foo"})

/J\