This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Can't locate Sort/Array.pm in @INC

Hi,

I install a module "Sort::Array" without root permission according others answer (https://stackoverflow.com/questions/251705/how-can-i-use-a-new-perl-module-without-install-permissions):

perl Makefile.PL PREFIX=/home/username/.myModules make make test make install get the path to ForkManager from the installed folder,/home/username/myModules and locate Parallel folder and get the full path to this.

Now in your perl file put these at the beggining use lib '/home/username/.myModules/bin.../Parallel'; use Sort::Array;

But it doesn't work for me (Can't locate Sort/Array.pm in @INC). Anyone can help?

Joe

software error

Hello Joe!

We believe that this post does not fit the main topic of this site.

This is purely a Perl question. Please search SO.

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!

0 answers

No answers yet.

Log in to answer this question.