Thread setting environmental variable correctly to include .pm file (13 answers)
Opened by Raffael2013 at 2013-04-08 13:59

Raffael2013
 2013-04-08 15:34
#166969 #166969
User since
2013-04-08
6 Artikel
BenutzerIn
[default_avatar]
Thank you. Using
use lib "/opt/vcftools/perl";
(here the Vcf.pm can be found) unfortunately doesnt change the behaviour. Have I done a major mistake here?

There is neither the PERL5LIB nor PERLLIB environmental variable. I set it (i am using tcsh), but this also doesnt change the behaviour:

Code: (dl )
1
2
setenv PERL5LIB /opt/vcftools/perl
setenv PERLLIB /opt/vcftools/perl


Is it possible, that the PERL process forks and inherits only standard environment variables, forgetting the above introduced ones?

Thanks :)

View full thread setting environmental variable correctly to include .pm file