On Mon, Sep 18, 2000 at 11:26:02AM +0200, Thomas Gebhardt wrote: > Hi, > > I'd like to include a NFS mounted repository (actually a very > comprehensive Debian installation) into the Module Search Path > of Perl. > > Boundary conditions: > > * transparent for the users > > * Modules that are also locally available should not be loaded > by NFS. > > Does anyone know how to manage this?
If it's not in the default install, then any perl script can add to the search path with "use lib <path>". I'm not sure if you can modify an existing install. Recompile? Mike -- Michael P. Soulier <[EMAIL PROTECTED]> "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to UNIX