hello.cgi 66 B

123
  1. #!/usr/bin/env perl
  2. print "Content-Type: text/plain\n\nhello\n";