diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/modules/cgi/nph-102.pl.PL')
-rw-r--r-- | debian/perl-framework/t/htdocs/modules/cgi/nph-102.pl.PL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/modules/cgi/nph-102.pl.PL b/debian/perl-framework/t/htdocs/modules/cgi/nph-102.pl.PL new file mode 100644 index 0000000..a49eeaa --- /dev/null +++ b/debian/perl-framework/t/htdocs/modules/cgi/nph-102.pl.PL @@ -0,0 +1,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"; + |