hello.cgi 66 Bytes
#!/usr/bin/env perl

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