There must be some other method used. perldb.pl is not in any of the folders listed by @INC and PERL5LIB is not set as an environment variable. Still a mystery.
On Sun, 1 Sep 2002 10:14:39 -0700, [EMAIL PROTECTED] (Drieux) wrote: > >On Sunday, September 1, 2002, at 08:37 , chris wrote: >[..] >> How did perl -d manage to find perldb.pl? > >I think the question you are asking is > > how does perl find modules that are not > in the current directory > >the answer to that is > > @INC > >the 'include list' that perl is built with >by default - as well as the stuff you can >prepend with the environmental variable > > PERL5LIB > >cf: > > perldoc perlvar > >cf: > > perldoc lib > >HTH... > >ciao >drieux > >--- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]