Hi again Am Dienstag, 8. März 2005 03.01 schrieb James W. Thompson, II: > Is there any method to more permanently modify the include path? I > didn't notice any environment variables, is it stored in the registry > or does ActiveState's Perl distro pull in anysort of configuration > file?
If no better solution will be available, here an idea for a workaround: You could make a wrapper around perl, since the additional path(s) can be given as argument(s) to the perl invocation. The wrapper could contain: perl -Mlib=/your/SECOND/lib/path -Mlib=/your/FIRST/lib/path (at least under linux) According to the doc of v5.8.5 built for i686-linux perldoc lib you have to use unix style paths. Don't know how to do that under windows, since I don't work with it for many years. Maybe some .BAT-file, maybe you have to name it "myperl" or rename the perl binary, don't know, sorry. greetings joe > [...] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>