http://www.perlmonks.org?node_id=169814


in reply to Perl, Visual Studios, and Source Safe

I dont know about getting stuff out of source safe, but compiling things with the visual studio compiler is pretty easy, you can envoke the compiler from the command line with system "cl -GX $CFileCPP bam.obj"; hope that helps