demo.cgi 76 B

1234
  1. #!/usr/bin/perl
  2. print "Content-type: text/html\n\n";
  3. print "Hello World!";