summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/cgi/nph-102.pl.PL
blob: a49eeaafabaf3237342c61c617927849bbefa634 (plain)
1
2
3
4
5
6
7
8
9
print "HTTP/1.1 102 Please Wait...\r\n";
print "Host: nph-102\r\n\r\n";

print "HTTP/1.1 200 OK\r\n";
print "Content-Type: text/plain\r\n\r\n";

print "this is nph-stdout";