> * unshift (@INC,$librarydir);* ... > To the best I have read the articles and tutorials, @INC can't be updated in > this way.
What I read about is that paths can't be deleted easily from @INC, but I haven' tried it yet (since I don't see an application deleting a path that others have set at @INC ;-) > You have to either use one of the options below :- > > - *PERL5LIB* environment variable > - using *use lib ("")* construct > - use *Find::Bin* module I shortly read through the "lib" documentation and there using unshift is stated as being an alternative. I also gave it a closer try today under WinXP without issues. Anyway, if there are problems to expect, I'm also interested to know how to avoid them. Tobias. __________________________________________________________ Unglücklich mit Ihrer Mail-Adresse? Millionen neuer Mail-Adressen - jetzt bei Yahoo! http://de.docs.yahoo.com/mail/wunschmailadresse/index.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/