We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff2931 commit a4e8539Copy full SHA for a4e8539
cgi-bin/py39.cgi
@@ -0,0 +1,10 @@
1
+#!/usr/bin/python3.9
2
+
3
+import hoge
4
5
+print("Content-type: text/html")
6
+print("\n")
7
+print("<html>")
8
+print(hoge.hoge())
9
+print('This cgi script written by python.')
10
+print("</html>")
0 commit comments