Help for this page
if($Config{cc} eq 'cl' && $cl_version >= $some_critical_value) {$options{clean} = 'check.exe comp.exe version.e +xe check.exe.manifest comp.exe.manifest version.exe.manifest} else {$options{clean} = 'check.exe comp.exe version.exe'}
C:\_32>type try.c #include <stdio.h> ... use ExtUtils::MakeMaker; system("cl try.c");