On Mar 10, 7:15 pm, cm wrote:
> davidgo...@davidgould.com escribió:
>
> > Given a webpage test.html that has a form with a cgi script, how can
> > you determine inside the cgi script the name of the webpage that
> > invoked the script?
>
> > I have many different html pages that use a common cgi s
On Mar 10, 7:15 pm, cm wrote:
> davidgo...@davidgould.com escribió:
>
> > Given a webpage test.html that has a form with a cgi script, how can
> > you determine inside the cgi script the name of the webpage that
> > invoked the script?
>
> > I have many different html pages that use a common cgi s
Given a webpage test.html that has a form with a cgi script, how can
you determine inside the cgi script the name of the webpage that
invoked the script?
I have many different html pages that use a common cgi script for form
processing and want to determine the name of the webpage.
Thanks.
--
htt
I'm attempting to run subprocess and passing in an environment
variable. When I do this the child process fails with an error. When I
don't pass an environement variable it runs fine.
BTW Running this code under Windows XP with Python 2.6.1
Code A:
p = subprocess.Popen( ['python', '-V'], env={ '