Changeset 388 for python/vendor/current/Demo/cgi
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- Location:
- python/vendor/current/Demo/cgi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Demo/cgi/cgi1.py
r2 r388 1 #!/usr/ local/bin/python1 #!/usr/bin/env python 2 2 3 3 """CGI test 1 - check server setup.""" -
python/vendor/current/Demo/cgi/cgi2.py
r2 r388 1 #!/usr/ local/bin/python1 #!/usr/bin/env python 2 2 3 3 """CGI test 2 - basic use of cgi module.""" -
python/vendor/current/Demo/cgi/cgi3.py
r2 r388 1 #!/usr/ local/bin/python1 #!/usr/bin/env python 2 2 3 3 """CGI test 3 (persistent data)."""
Note:
See TracChangeset
for help on using the changeset viewer.