Boysenberry Payne wrote:

I know how to add to the perl path, but how do you take away.  I have
the fink /sw/ path included in the @INC array, and I want to be able to
temporarily remove them, or at least put them at the end.  Is there a way
to set it up so that it's semi permanent?

I would ask how /sw/ is added to @INC. It doesn't look like one of Perl's standard directories so I would suspect it is coming from the environment variable PERL5LIB. IF so ,could you change that variable.


Removing items from @INC is done by "no lib" - see :
http://www.perl.com/doc/manual/html/lib/lib.html

Andrew

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to