At 9:59 AM -0700 8/2/02, [EMAIL PROTECTED] wrote: >Well, so much for my attempt at conciseness. > >I put the underscore at the end of the directory name to force PERL to look >in the /dka200/rsa/agent/lib/vms_axp/auto directory instead of >/perl_root/lib/site_perl/VMS_AXP. The problem is that it doesn't find it. >Though I can't see why it would matter, could the order the directories are >listed in @INC have something to do with it? The Camel say that the >extensions directory should come first, and, indeed it does, except for the >one I added using "use lib".
Well, so much for my reading ability. Just a thought, and I don't know if this is or should be necessary, but try putting Clone,pm in your private library directory, which does not appear to have it: >Directory DKA200:[RSA.AGENT.LIB.VMS_AXP.AUTO.CLONE] > >..PACKLIST;1 CLONE.BS;1 CLONE.OLB;1 CLONE.OPT;1 >EXTRALIBS.LD;1 PL_CLONE.EXE;1 > >Total of 6 files. Another thing you can to do track module loading is enable verbose debugging output like so: $ define PERL_DL_DEBUG 10 -- ________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser
