7 lines
121 B
Perl
7 lines
121 B
Perl
# produces lots of stderr output
|
|
|
|
print STDERR 'x'x8192;
|
|
|
|
print "Content-Type: text/plain\n\n";
|
|
|
|
print "this is stdout";
|