in reply to Problems Bleaching
print "Content-type:text/html\n\n";
That should be
print "Content-type: text/html\n\n";Note the extra whitespace. Does it work now?
You are perfectly right in saying that Acme::Bleach makes your code unreadable (unless un-bleached). Why you would want to do that is beyond me, though :)
|
---|