Hi Monks,
I have a issue wherein my perl modules installed are not working for non-root users. for e.g.
If I am logged in as root
"perldoc Term::Size" works
If I am logged in as non-root
"perldoc Term::Size" shows perl module not installed.
The same perl is being used for both root and non-root users.
I am not sure as why this is happening.
Please suggest.
Thanx in advance