zEitEr
Super Moderator
Sorry, wrong path in the shebang, it should be as following:
Code:
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "<H1>Hello World</H1>\n";