Path: utzoo!attcan!uunet!snorkelwacker!apple!motcsd!hpda!hpcuhc!hpausla!brian From: brian@hpausla.aso.hp.com (Brian Coogan) Newsgroups: comp.lang.perl Subject: Re: "standalone" perl scripts Message-ID: <4080011@hpausla.aso.hp.com> Date: 5 Mar 90 06:42:11 GMT References: <7007@pitt.UUCP> Organization: HP Australian Software Operation Lines: 12 Alan Martello writes in comp.lang.perl: > But, since I wanted to dump the filesystem /usr/local at night, > I figured that I needed to move /usr/local/bin/perl off of the filesystem > (which I did). This doesn't solve the problem of having /usr/local/ open via references to the lib/perl directory, but you could always duplicate /usr/local/lib/perl underneath the mount point. This is a horrible fix in that normally you would have two copies of the perl lib stuff around (one presumably on the root filesystem, concealed by and inaccessible under the mounted /usr/local, the other one on the mounted /usr/local), but it would work.