[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl-AnyPerl] Anything wrong with this cgi?



On Thu, Jun 08, 2000 at 08:54:22PM +0200, Bert Altenburg wrote:
> 
> Below is a very simple cgi script I wrote. 
> 
> 
> #!/usr/local/bin/perl
> print "Content-type: text/html\n\n";
> print "It works!";
> 
> However, it doesn't work. Anything wrong with it?

Well, your Content-type says HTML, but the content clearly isn't.  That
content is text/plain.

What do you mean by "it doesn't work"?

Ronald

==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-anyperl-request@macperl.org