5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/usr/bin/perl
|
||
|
|
||
|
print "Content-type: text/html\n\n";
|
||
|
print "Hello, World.\n";
|