http://qs321.pair.com?node_id=476691


in reply to CGI::Application is ignoring me

This isn't CGI::Applications fault. You're seeing the "sticky form" behaviour that is the default for CGI.pm. Read the docs, looking specifically for the "override" parameter.

"Sticky forms" make programming dynamic forms easier (because CGI.pm remembers form values between invocations, making the "submit/validate/action" cycle easier), but it can on occasion bite you in the butt. Your "rm" value never gets changed because CGI.pm is remembering it. Override will force your new value to take precedence.

-Any sufficiently advanced technology is
indistinguishable from doubletalk.

My Biz