summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/cgi/stderr2.pl.PL
blob: a1580af74a7d822fb276131ebdeab7360592ed09 (plain)
1
2
3
4
5
6
7
8
9
# closes stderr during script execution

close STDERR;

print "Content-Type: text/plain\n\n";

sleep 1;

print "this is also stdout";