How can I run a Perl Script on my browser?
Reading I found that I have to do only 2 things:

1) Add a first line to my script (whereis perl):
#! /usr/bin/perl

2) and formatting the output in html-style:
print "Content-type: text/html";
print "<html>";
...
etc.

But I dont get the results in the browser.
I call the script from a html document using:

<!--#exec cgi="cgi-bin/hello.pl">

The script simple never apear. It must print out
"Hello World!" in the browser (Netscape or
IE).

THX
C.S.


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to