Re: CGI and Environment Variables

new topic     » goto parent     » topic index » view thread      » older message » newer message

Oh, here is an example...

 
C:\Users\Jeremy>type env.ex 
include std/pretty.e 
 
pretty_print(1, getenv("HELLO"), {3}) 
 
C:\Users\Jeremy>eui env.ex 
-1 
C:\Users\Jeremy>set HELLO=Hello, World! 
 
C:\Users\Jeremy>eui env.ex 
"Hello, World!" 
C:\Users\Jeremy> 

I have been using the getenv for a while now w/o any issue. The current unit tests pass as well. Can you give us a better idea of how you are using it?

Jeremy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu