On Sat, 22 Nov 2014 20:53:51 +1100
Riley Baird <bm-2cvqnduybau5do2dfjtrn7zbaj246s4...@bitmessage.ch> 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---

Reply via email to