From: "Bee" <[EMAIL PROTECTED]> > Thanks alot, %INC is another good stuff else than @INC........ > I realize that's more informative than @INC.
Well it's mainly something totally different. @INC holds the directories to be searched when looking for modules to load, while %INC holds the modules already loaded. > But now I am wondering something else.... Is that possible > to do anything so I can permanently add some more location > for lib locations else than lib and site/lib or use lib 'mypath' ? Depens on the OS. You may send the PERL5LIB system variable to something. If you happen to use ActivePerl you may also add library directories via the registry HKEY_LOCAL_MACHINE\Software\Perl. The values of "lib", "sitelib", "lib-<PerlVersion>" and "sitelib-<PerlVersion>" will be added to your @INC. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]