Off topic:Can't locate Sort/Array.pm in @INC
0
0
Entering edit mode
6.2 years ago
Joe ▴ 40

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 • 1.7k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2566 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6