On Mon, Sep 08, 2003 at 12:46:59PM +0200, Elizabeth Mattijsen wrote: > Now I realize that this was probably caused by the fact that somehow > either the installed Config.pm or libperl was queried. Not sure > whether this is a bug or a feature ;-( It's querying Config.pm as found in @INC. If you're running from an uninstalled perl you have to remember to do things like ./perl -Ilib -V > However, Config.pm is rather heavy, so I'd like to prevent that being loaded. I think that I had trying to make Config.pm less heavy in my TODO. as a start, I was considering surveying which values in %Config are popular, to try to partition those from the vast majority, which are deadweight in nearly every program. As %Config is a tied hash, I believe that it can all be done transparently. Nicholas ClarkThread Previous | Thread Next