nguye103 has asked for the wisdom of the Perl Monks concerning the following question:
I put it in the cgi-bin of my webroot and i named it hello.cgi. so when i go to it on the web#!/usr/bin/perl print "Content-type: text/html\n\n"; print <<END_HTML; <html> <head></head> <body>Hello again, World!</body> </html> END_HTML
2005-02-26 Janitored by Arunbear - added code tags, as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't get Perl script to run
by Elijah (Hermit) on Feb 26, 2005 at 00:24 UTC | |
by nguye103 (Acolyte) on Mar 01, 2005 at 15:50 UTC | |
|
Re: Can't get Perl script to run
by saintmike (Vicar) on Feb 25, 2005 at 22:12 UTC | |
|
Re: Can't get Perl script to run
by chas (Priest) on Feb 26, 2005 at 02:24 UTC |