aboutsummaryrefslogtreecommitdiffstats
path: root/cgi/ludo.pl
blob: 6652c731703963b7b874fd6bd5dfb83946c48503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl -wU
sleep(5);
print "Content-Type: text/html\nStatus: 200 OK\nCache-Control:
no-store\nPragma: no-cache\nConnection: close\n\n";

#The next line seems to make it a lot worse, but also without it it goes
wrong.
open (STDERR, ">&STDOUT");


sleep(5);
print "<HTML><body> Test<br><br> Test2</body></html>\n";