efreed's Profile
Hello World for Python
I've made a hello.py file in the cgi-bin directory. The contents of the file are: #!/usr/bin/env python print("Content-Type: text/plain") print("") print("Hello World!") Then in the browser...
I've made a hello.py file in the cgi-bin directory. The contents of the file are: #!/usr/bin/env python print("Content-Type: text/plain") print("") print("Hello World!") Then in the browser...