blob: 8b1d294704a42dfd2140735e01a167a4d24707f7 [file] [log] [blame]
#!/usr/bin/perl -w
print "Content-type: text/plain\n";
print "Cache-control: max-age=3600\n";
print "Age: 0\n";
print "\n";
read(STDIN, $data, $ENV{'CONTENT_LENGTH'});
print $data