bharatbsharma has asked for the wisdom of the Perl Monks concerning the following question:
I want to host the output of this perl script on web. Regards Bharat#!/usr/bin/perl print "Content-type: text/html\n\n"; print <<ENDHTML; <html> <head> <title>CGI Test</title> </head> <body> <a href="http://someplace.com">Click Here</a> </body> </html> ENDHTML
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: host html o/p generated by perl script on web.
by marto (Cardinal) on Jun 21, 2010 at 11:18 UTC | |
|
Re: host html o/p generated by perl script on web.
by kejohm (Hermit) on Jun 21, 2010 at 11:52 UTC | |
|
Re: host html o/p generated by perl script on web.
by Anonymous Monk on Jun 21, 2010 at 11:07 UTC |