Help for this page

Select Code to Download


  1. or download this
    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'}
    
  2. or download this
    C:\_32>type try.c
    #include <stdio.h>
    ...
    use ExtUtils::MakeMaker;
    
    system("cl try.c");