in reply to Re: Perl header to serve up a .HTML file from a CGI directory
in thread Perl header to serve up a .HTML file from a CGI directory
No need to load all that perl nonsense. I'm using this:
Replacing the content type with the approperiate one of course (I'm using this with a PNG file too).#!/usr/bin/tail -n+2 Content-Type: text/plain; charset=ISO-8859-2
|
|---|