in reply to Re^3: Why permission required while installing certain CPAN module locally?
in thread Why permission required while installing certain CPAN module locally?
prints myname.$ stat -c "%U" sources or $ perl -e'print +(getpwuid((stat)[ 4]))[0],$/ for @ARGV'
Both gives same number "42828".$ perl -e'print +(stat)[4],$/ for @ARGV' sources or $ stat -c "%u" sources
|
|---|