Re: simple cgi program

2010-01-24 Thread Aahz
In article <4b531bf9$0$1140$4fafb...@reader1.news.tin.it>, superpollo wrote: > >i would like to submit the following code for review. it is a simple >common gateway interface program, which uses the least possible >libraries for the sake of mechanism undertanding. You should probably factor th

Re: simple cgi program

2010-01-17 Thread superpollo
D'Arcy J.M. Cain ha scritto: On Sun, 17 Jan 2010 15:15:12 +0100 superpollo wrote: hi clp. i would like to submit the following code for review. it is a simple common gateway interface program, which uses the least possible libraries for the sake of mechanism undertanding. Why not just use

Re: simple cgi program

2010-01-17 Thread D'Arcy J.M. Cain
On Sun, 17 Jan 2010 15:15:12 +0100 superpollo wrote: > hi clp. > > i would like to submit the following code for review. it is a simple > common gateway interface program, which uses the least possible > libraries for the sake of mechanism undertanding. Why not just use the cgi module? It doe