in reply to retaining values among server requests

CGI::Session

It sounds like you are talking about data persistence.

Consider also CGI::Session::Tutorial, and if you would use CGI::Application, CGI::Application::Plugin::Session is beautiful.

  • Comment on Re: retaining values among server requests