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

print "X-Foo: bar\n";
print "Content-type: text/plain\n\n";

print "helloworld";