Reply to thread

Right, I have installed Strawberry Perl on Windows XP. I tried very simple stuff like:


#!/usr/local/bin/perl

print "Content-type: text/html\n\n";

print "<H1>Hello World</H1>\n";

(or similar)


I am typing this in Perl (command line). I am pretty sure this is the wrong place to type it so I wondered if anyone could tell me where I am actually supposed to write it. This would be much appreciated!!


Also, when I have typed it where do I run it or look at the result.


Thanks so much!!


Back
Top