Help for this page

Select Code to Download


  1. or download this
    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());
    
  2. or download this
    $VAR1 = '';
    $VAR1 = 1;
    ...
    $VAR6 = 'USE_LOCALE';
    $VAR7 = 'USE_LOCALE_CTYPE';
    $VAR8 = 'USE_PERL_ATOF';