Re: simple cgi program

2010-01-24 Thread Aahz
In article <[email protected]>, 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

simple cgi program

2010-01-17 Thread superpollo
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. the third option in the firts conditional is for commandline testing. bye. code follows as: #