Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
PERL5LIB=\ /hdb10/Perl/PerlLibs/lib/perl5/5.8.8/:\ /hdb10/Perl/PerlLibs/lib/perl5/site_perl/5.8.8/:Perl couldn't find Tagset.pm. I used find and found it was dir under the HTML directory, and so I added a third line
PERL5LIB=\ /hdb10/Perl/PerlLibs/lib/perl5/5.8.8/:\ /hdb10/Perl/PerlLibs/lib/perl5/site_perl/5.8.8/:\ /hdb10/Perl/PerlLibs/lib/perl5/site_perl/5.8.8/HTMLand it worked. Would someone be so kind as explain the rules for seaching for modules.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PERL5LIB-How does it work
by Corion (Patriarch) on Sep 18, 2007 at 06:57 UTC | |
by Anonymous Monk on Sep 18, 2007 at 18:22 UTC | |
|
Re: PERL5LIB-How does it work
by bruceb3 (Pilgrim) on Sep 18, 2007 at 06:50 UTC | |
by Anonymous Monk on Sep 18, 2007 at 18:06 UTC | |
|
Re: PERL5LIB-How does it work
by ikegami (Patriarch) on Sep 18, 2007 at 18:14 UTC |