On Thursday, January 2, 2003, 2:27:10 PM, TOTO wrote: > In that case, I guess I have to copy the content of ENV to a real Hash. Am I right? This works (hint: muck around in irb): h = {}.update(ENV) Pretty nice, eh? Cheers, Gavin