On 01/07/2016 02:38 AM, Duncan Ferguson wrote:
If the perl binary is the same between both users, but you are getting
module version errors, then it is possible you have other environment
settings telling perl to use different library paths
To check, use
env | grep –i perl
and look for differences, especially for PERL5LIB or PERLLIB
the #! line will override anything else. only if you run the script as
perl script.pl will perl be selected by the $PATH. also the env vars you
mention only control loading modules. she has a perl version problem.
uri