in reply to Re: CGI: storing multi-select as hidden input tag
in thread CGI: storing multi-select as hidden input tag

IMO, hidden tags are really a complicated and somewhat unmaintainable way of storing input from previous pages.

CGI::Session::Hidden (needs to be married with CGI::EncryptForm)

  • Comment on Re^2: CGI: storing multi-select as hidden input tag