in reply to Re^3: how to get Config values into a hash
in thread how to get Config values into a hash

Hopefully I'll have time for a longer reply later (Update: second reply), for now just briefly: see %INC.

$ /path/to/perl -MConfig -e 'print $INC{"Config.pm"}'

WebPerl live demo