in reply to Re^2: Help with CGI and pl
in thread Help with CGI and pl

You should definatley have a look at the documentation for the CGI module on CPAN as you can replace all the HTML you've typed in with a few of its functions. http://search.cpan.org/~lds/CGI.pm-3.31/CGI.pm

use strict; use CGI;