On Wed, 2003-01-15 at 14:24, Geoffrey Young wrote: > if you want to force %ENV to be setup earlier, try calling > > $r->subprocess_env; > > in a void context before checking %ENV - it used to segfault for me, but the > docs says it should work. >
This worked for me! Thanks a million! -vish