in reply to Re: Web Form with Perl
in thread Web Form with Perl
Hi, Thanks for your help. I tried the "Hello World" CGI script from: http://www.cs.tut.fi/~jkorpela/perl/cgi.html, but when I tried to run the script in my web browser (Google Chrome), All that my web browser gave me was the script that I had copied and pasted from the above web site. Chrome printed this:
#!/usr/local/bin/perl print <<END; Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <title>Hello</title> <h1>Hello world!!</h1> END
Exactly what was inside the perl file I tried to run. There is probably some setting I need to change or program I need to use, but I'm totally stumped. Any help would be appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Web Form with Perl
by Kenosis (Priest) on May 06, 2012 at 01:32 UTC |