Re: cgi.pm form save to .html

2007-01-10 Thread Sean Davis
On Tuesday 09 January 2007 22:22, Chris Henderson wrote: > I'm trying to make a form using cgi.pm the output of which will be > saved to a .html file. But the variables are not parsing correctly. If > I put 3 names in 3 different places they all appear together instead > of each appearing on each i

cgi.pm form save to .html

2007-01-09 Thread Chris Henderson
I'm trying to make a form using cgi.pm the output of which will be saved to a .html file. But the variables are not parsing correctly. If I put 3 names in 3 different places they all appear together instead of each appearing on each individual section. Here's my code: #!/usr/bin/perl use CGI qw