Help for this page
use Config; use Devel::Peek 'Dump'; ... print Dumper(!!defined &Config::non_bincompat_options); print Dumper(!!*Config::non_bincompat_options{CODE}); print Dumper(Config::non_bincompat_options());
$VAR1 = ''; $VAR1 = 1; ... $VAR6 = 'USE_LOCALE'; $VAR7 = 'USE_LOCALE_CTYPE'; $VAR8 = 'USE_PERL_ATOF';