in reply to Help with HTML and Perl scripting
Finally you have to store the data across different calls of the CGI script, you can do that either in a file (see perlopentut), or if you want more flexibility, in a database using DBI.