http://www.perlmonks.org?node_id=872014


in reply to Storing CGI data

Personally I'd store it in a database so that I could easily maintain it and report on it. See DBI.

Update: ok that may not be enough to get you started. See Database Programming and Web Programming from the tutorials section along with Ovid's CGI Course