home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Teach Yourself CGI Programming with Perl in a Week
/
CGIPROGRAMMINGPERL.iso
/
booksrc
/
04cgil08.cgi
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-08
|
149 b
|
12 lines
#! /usr/local/bin/perl
$date = `date`;
print<<"END"
HTTP/1.0 204 No Content
Date: $date
Server: $SERVER_SOFTWARE
MIME-version: 1.0
END