in reply to Re: Can't locate Unicode/Map.pm but it's installed and I THINK in @INC
in thread Can't locate Unicode/Map.pm but it's installed and I THINK in @INC
I would surely hope not.
The real answer is install modules in the user's home directory or a directory that is shared amongst all users, then add it to @INC:
use lib '/path/to/shared/dir';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Can't locate Unicode/Map.pm but it's installed and I THINK in @INC
by cristj1 (Novice) on Jun 14, 2017 at 21:54 UTC |