#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello World!";
------
is there something wrong with this script? why wouldnt it work?
print "Content-type: text/html\n\n";
print "Hello World!";
------
is there something wrong with this script? why wouldnt it work?
Comment