C:\_32>type try.c #include int main() { printf("Whatever ...\n"); } C:\_32>type Makefile.PL use ExtUtils::MakeMaker; system("cl try.c");