blob: 56d3a8b1024e97a1a5a9cbd45634bda690dd527c [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
$| = 1;
print "Content-Type: text/xml\nCache-Control: no-store\n\n<test>";
sleep 60;
print "</test>\n";