Lines Matching refs:Config
3 use Config;
11 # %Config entries. Thus you write
13 # to ensure Configure will look for $Config{startperl}.
28 # You can use $Config{...} to use Configure variables.
31 $Config{startperl}
32 eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}'
52 use Config;
293 if ($^O eq 'MSWin32' && $Config{cc} =~ /^cl/i) {
331 $link .= " perl5$Config{PERL_VERSION}.lib kernel32.lib msvcrt.lib";
332 vprint 3, "running $Config{cc} $compile";
333 system("$Config{cc} $compile");
334 vprint 3, "running $Config{ld} $link";
335 system("$Config{ld} $link");
347 vprint 3, "running $Config{cc} $command";
348 system("$Config{cc} $command");
557 $Config{'osname'} ne 'MSWin32' &&
579 sub is_msvc() { is_win32 && $Config{cc} =~ m/^cl/i }
690 exec("$Config{'eunicefix'} $file") if $Config{'eunicefix'} ne ':';