diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/modules/cgi/stderr2.pl.PL')
-rw-r--r-- | debian/perl-framework/t/htdocs/modules/cgi/stderr2.pl.PL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/modules/cgi/stderr2.pl.PL b/debian/perl-framework/t/htdocs/modules/cgi/stderr2.pl.PL new file mode 100644 index 0000000..a1580af --- /dev/null +++ b/debian/perl-framework/t/htdocs/modules/cgi/stderr2.pl.PL @@ -0,0 +1,9 @@ +# closes stderr during script execution + +close STDERR; + +print "Content-Type: text/plain\n\n"; + +sleep 1; + +print "this is also stdout"; |