summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/cgi/empty.pl.PL
blob: 31e1ae92e2d1778253b19a300a2ff23025098ced (plain)
1
2
3
4
5
6
use strict;

print "Content-type: text/plain\r\n";
print "Content-Length: 0\r\n";
print "\r\n";