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?

I think it's mine as it shows in my snippet above. And moreover I tried
$ stat -c "%U" sources or $ perl -e'print +(getpwuid((stat)[ 4]))[0],$/ for @ARGV'
prints myname.

And with this:
$ perl -e'print +(stat)[4],$/ for @ARGV' sources or $ stat -c "%u" sources
Both gives same number "42828".

Regards,
Edward