Henk Van Ess wrote at Sun, 07 Jul 2002 16:27:42 +0200:

> This is the script:
> 
> #!/usr/bin/perl
> 
> print "Content-type:text/html\n\n";
                     ^^
I'm not sure, whether it plays a role,
but it seems that a blank is missed:

print "Content-type: text/html\n\n";


Best Wishes,
Janek

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to