summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/cgi/stderr1.pl.PL
blob: 71b5a116e5eb9bcb0f76b02ff2bce4ed488badbe (plain)
1
2
3
4
5
6
7
# produces lots of stderr output

print STDERR 'x'x8192;

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

print "this is stdout";