Apr 5, 2001 #1 ranand Programmer Jul 5, 2000 3 US Hi, There is a perl script with three subroutines which works real perfect.How do I integrate this to my VC++ code ? The C++ code should call these perl subs or the whole file. So what will i need to do in order for C++ to perform this Thanks.
Hi, There is a perl script with three subroutines which works real perfect.How do I integrate this to my VC++ code ? The C++ code should call these perl subs or the whole file. So what will i need to do in order for C++ to perform this Thanks.
Apr 6, 2001 #2 mbaranski Programmer Nov 3, 2000 421 US see http://www.perl.com and search around, there's a thing there on how to compile perl so you can call it from c++, it's definintely doable, because perl is written in c Disclaimer: Beware: Studies have shown that research causes cancer in lab rats. Upvote 0 Downvote
see http://www.perl.com and search around, there's a thing there on how to compile perl so you can call it from c++, it's definintely doable, because perl is written in c Disclaimer: Beware: Studies have shown that research causes cancer in lab rats.
Apr 6, 2001 Thread starter #3 ranand Programmer Jul 5, 2000 3 US Thanks ..It has real good links..Let me try them out and see if it works for me ! Thanks, Anand Upvote 0 Downvote