6 lines
94 B
Perl
6 lines
94 B
Perl
use strict;
|
|
|
|
print "X-Foo: bar\n";
|
|
print "Content-type: text/plain\n\n";
|
|
|
|
print "helloworld";
|