Disclaimer?
Yep! There is one and it is very simple. There are no guarantees regarding this software! Use it at your own risk!
Q. What can helloworld.py do for me?
A. Pretty much nothing! It simply prints out the all famous 'Hello World!'
Q. How do I hook up cgicount.py to my web site?
A. I am not sure why you would want to do that, but if you must... Just follow these steps:
copy helloworld.py into your web server's cgi directory
Set the file attributes by executing chmod 755 helloworld.py
Specify the following URL in your browser of choice:
http://www.yourdomain.com/cgi-bin/helloworld.py
Have fun!
On to the source file: helloworld.py
Alex Shindich