Changeset 325 for python/trunk/Demo
- Timestamp:
- Dec 27, 2012, 12:49:26 PM (13 years ago)
- Location:
- python/trunk/Demo/cgi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Demo/cgi/cgi1.py
r2 r325 1 #!/usr/ local/bin/python1 #!/usr/bin/python 2 2 3 3 """CGI test 1 - check server setup.""" -
python/trunk/Demo/cgi/cgi2.py
r2 r325 1 #!/usr/ local/bin/python1 #!/usr/bin/python 2 2 3 3 """CGI test 2 - basic use of cgi module.""" -
python/trunk/Demo/cgi/cgi3.py
r2 r325 1 #!/usr/ local/bin/python1 #!/usr/bin/python 2 2 3 3 """CGI test 3 (persistent data)."""
Note:
See TracChangeset
for help on using the changeset viewer.