I have a script that I run with a html form.
The form has an text input and two sets of radio buttons. The goal of this web page is to convert one type of currency to another type of currency.
When I hit the submit button I get an Internal Server Error. i blocked all of my code off as comments with #.
So everything is blocked off the only code I have is
Code:
!#/usr/bin/perl
print "Content-type\:text/html\n\n";
print "<html>";
I even tried to comment the print "<html>" nothing is working.
I need help outputting my currency results to a new html document.
Please Help
Circuit_Girl