blob: 7e92290b0cd0e89f3b03a24d9217d201cb992394 [file] [log] [blame]
#!/usr/bin/perl -wT
# flush the buffers after each print
select (STDOUT);
$| = 1;
print "Content-Type: application/javascript\r\n";
print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\r\n";
print "Cache-Control: no-store, no-cache, must-revalidate\r\n";
print "Pragma: no-cache\r\n";
print "\r\n";
print "document.getElementById(\"msg\").appendChild(document.createTextNode(\"Everything is fine if it didn't crash.\"));\n";