I am trying to run a Perl script and am getting the error pasted below. I have Googled for the PPvars module but I can't find it anywhere, and have upgraded my Perl but I still get the error. I am using Mac OS.
Can't locate PPvars.pm in @INC (you may need to install the PPvars module) (@INC contains: /home/foobar/code /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-thread-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) BEGIN failed--compilation aborted
0 answers
No answers yet.
Log in to answer this question.
Hello Mac!
We believe that this post does not fit the main topic of this site.
Not a bioinformatics question. Please use stackoverflow.
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!
This means you have
use PPvars;in your script; now you need to figure out why someone put it there and where it (the file mentioned in the error message) comes from.