in reply to Re: popup_menus retaining values across queries ( CGI->new({}) -override => 1 )
in thread popup_menus retaining values across queries

use CGI qw( -nosticky ); also disables sticky values, as documented in "Pragmas" in the CGI documentation.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^2: popup_menus retaining values across queries ( CGI->new({}) -override => 1 )
  • Download Code