Re: foreach routine
- Posted by "Greg Haberek" <ghaberek at gmail.com> Dec 22, 2006
- 706 views
> Why am I not getting this? > > tmp = getenv("CONTENT_LENGTH") You're probably running this from a command line and the server. Server environment variables are born when the server calls your CGI app, and they die when it finiishes. ~Greg