in reply to problem with module loading
and see if it shows anything useful.print "private x ", (-f "/u/myself/somescrap/x.pm" ? "exists" : "doesn +'t exist"), "\n"; print "dir: $_\n" for @INC; print "$_ found at $INC{$_}\n" for keys %INC;
There's no way Config being used by a module that x uses could influence where x is found; x is already loaded at that point.
|
|---|