On Sat, 22 Nov 2014 20:53:51 +1100 Riley Baird <[email protected]> wrote:
> A script as simple as the below brings up this error, but it has been > tested with other scripts: > > #!/usr/bin/perl > print "Hello!" > Try this: ---begin--- #!/usr/bin/perl print "Content-Type: text/html\n\n"; print "Hello!"; ---end---

