> > this is the perl script :  abc.pl(say) -- this is in my cgi-bin...
> > 
> > #!/usr/bin/perl
> > print "content-type: text/html\n\n";
> 
> You need to print html headers when you're printing to a browser, i.e.
> 
> print "Content-type:text/html\n\n";
> 
>  -dave

I must be blind this morning... Capitalization might matter, though
*shrug*

 -dave



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

Reply via email to