Sam Macro
2011-08-14 12:43:44 UTC
#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
print "
Hello World
\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!!