#include #include static PerlInterpreter *my_perl = NULL; int _tmain(int argc, _TCHAR* argv[]) { UInt8 char * arg1,*arg2; //Execute some C code over here. // Allocate a perl interpreter memory and then perl code should wait on DOS prompt for user to enter the file names and // these file names would be asssigned to arg1 and arg2.Now My C code will do processing on contents of these files. // And also I should be able to call some C functions from a perl script code.something like this number = perlgetnumber();// Number pressed by the user. //Call some Functions based on the number. // Deallocate the perl interpretr memory and quit. }