Thanks for the detailed help. I'm dumping sys.stdin into a variable
at the very start now, and operating on that variable for everything
else, and all is well.
Thanks again,
E
On Oct 16, 2007, at 12:22 PM, Luke Paireepinart wrote:
> Eric Abrahamsen wrote:
>> I'm trying to learn the fundamen
Eric Abrahamsen wrote:
> I'm trying to learn the fundamentals of cgi scripting, before moving
> on to actually using the cgi module and, eventually, mod_python. I've
> grasped that, if users submit a form to my cgi script, I can read the
> form contents from os.environ['QUERY_STRING'] if it w
I'm trying to learn the fundamentals of cgi scripting, before moving
on to actually using the cgi module and, eventually, mod_python. I've
grasped that, if users submit a form to my cgi script, I can read the
form contents from os.environ['QUERY_STRING'] if it was stuck in the
URL via metho