summaryrefslogtreecommitdiffstats
path: root/app.cgi
blob: 364c1dc2b92c89ec8a76a66ed3c2a13d930de724 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings FATAL => 'all';

print "Content-Type: text/plain\n";
print "Pragma: no-cache\n\n";

print scalar(time), "\n";