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