In message <[email protected]>, Bruce J ohnson writes: >It appears to be that called modules via use MODULE; do NOT share the >environm >ent of the calling perl script?
No, it appears from this experiment as well as your experiment with modperl last fall that that "use MODULE" imports MODULE before you set the environment. John [email protected]
