rovf has asked for the wisdom of the Perl Monks concerning the following question:
Hello Fellow Monks!
I found that (with ActiveState Perl 5.8.7 and 5.10) when I specify the PERL5LIB using UNC path notation, a require 'mylib.pl' does not find mylib.pl; but when I assign a windows drive letter to my network directory and use this instead of the UNC path in PERL5LIB, the file will be found.
Is this a known problem in Active State Perl, or do I have to observe certain rules when using UNC pathes?
==================================================
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PERL5LIB and Windows UNC Path
by pjotrik (Friar) on Aug 21, 2008 at 11:12 UTC | |
|
Re: PERL5LIB and Windows UNC Path
by ikegami (Patriarch) on Aug 21, 2008 at 21:49 UTC |