in reply to Re^2: perl module not getting listed for non root user
in thread perl module not getting listed for non root user

You are blind :)
perl -le' print for @INC' >nonroot-inc perl -le' print for @INC' >root-inc diff -ub nonroot-inc root-inc