rammohan has asked for the wisdom of the Perl Monks concerning the following question:
this is my Perl CGi Script. I saved this script with hello-world.pl and I already installed apache web server for this purpose. Sorry for this basic question posting here . please tell how to run this#!/usr/bin/perl -w use strict; print "Content-type: text/html\n\n"; print "<html><head><title>Hello World!! </title></head>\n"; print "<body><h1>Hello world</h1></body></html>\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to run Perl cgi script on apache server
by marto (Cardinal) on Feb 07, 2014 at 13:42 UTC | |
|
Re: How to run Perl cgi script on apache server
by NetWallah (Canon) on Feb 07, 2014 at 15:49 UTC | |
|
Re: How to run Perl cgi script on apache server
by locked_user sundialsvc4 (Abbot) on Feb 07, 2014 at 15:28 UTC |