getting environ variables in a script

t.c.jones@a... t.c.jones@a...
Wed, 04 Oct 2000 05:43:11 +0000


I need to access header variables (like accept:) in a
script and wondered if anyone has a preferred way to do
that. I was thinking about execve and putting them all
into a dictonary (like os.environ returns.)

..tom