Re: cgi development environment

[email protected] (Chris Stinemetz) Wed, 19 Sep 2012 20:54:21 -0700
Newsgroups perl.beginners.cgi
Message-ID <CA+HbpzjjLvR4mgFVE-Q8PVksUjajzwLyRQ-bcLRkEmPsitdT1g@mail.gmail.com>
>>
> You have a couple other issues.  Since you have one print statement, spread
> over multiple lines, the semi-colons on lines 10 and 11 are bugs.  They
> should be commas.  The semi-colons terminate the statement resulting in
> syntax errors.
>
> Mike

Thank you. That fixed it.

-Chris