For some reason, CGI.pm keeps parameter values between program invocations. Probably a mod_perl or mod_cgi thing but I'm not sure. I'm trying to set a certain parameter, but nothing happens and the value from the previous program invocation is kept. I've tried using
before overriding, but it doesn't help.
Even more, every time the program is invoked, I
. But somehow it still keeps the last value.