Perl runs server-side, not client-side. Therefore, you cannot "run" your Perl scripts in a web browser -- they are run on a web server, and the output is viewed with a web browser. If this is indeed what you mean, then:
#! /usr/bin/perl print "Content-type: text/html\n\n" ; print "<H1>Hello, World!</H1>" ;
Addendum: lisa2003, posting multiple copies of the same question is frowned upon, and duplicate or near-duplicate posts will be deleted. Please be patient and wait for the advice of your fellow monks.
In reply to Re: How to run perlscript
by DamnDirtyApe
in thread How to run perlscript
by lisa2003
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |