Re: Perl @INC - include NFS mounted repository

2000-09-19 Thread Thomas Gebhardt
Hi, > (1) you can setup the PERL5LIB environment variable (or PERLLIB > if you want it to apply for both Perl4 and Perl5) to contain > the appropriate search path for the Modules (a colon-separated > list of directories) > If you want local modules to be found first, just put the

Re: Perl @INC - include NFS mounted repository

2000-09-18 Thread Erdmut Pfeifer
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

Re: Perl @INC - include NFS mounted repository

2000-09-18 Thread Michael P. Soulier
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

Perl @INC - include NFS mounted repository

2000-09-18 Thread Thomas Gebhardt
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